Skip to content

Commit 8d63204

Browse files
Merge pull request #599 from telerik/velikovmartin-patch-9
Update pdfformatprovider.md
2 parents f5e23ee + 0ea028c commit 8d63204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/pdfformatprovider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ __Example 1__ shows how to use PdfFormatProvider to import a PDF document from a
5757
The result from the import method is a [__RadFixedDocument__]({%slug radpdfprocessing-model-radfixeddocument%}), which can be used like any code-generated document.
5858

5959

60-
>Import support is limited to the features that are supported by the export so it is possible that you cannot import all of your custom PDF documents.
60+
>Import support is limited to the features that are supported by the export, so it is possible that you cannot import all of your custom PDF documents.
6161
6262
6363
>note Complete examples showing importing and exporting a document are available in the [SDK repository on GitHub](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing).
@@ -79,10 +79,10 @@ __Example 2__ shows how to use the __Export()__ method of __PdfFormatProvider__
7979
}
8080
{{endregion}}
8181

82-
>important When exporting a digitally signed document a stream that allows both reading and writing should be passed otherwise an exception is thrown: NotSupportedException: 'Stream does not support reading.' For example creаte the output stream like this: 'new FileStream("signed.pdf", FileMode.OpenOrCreate, FileAccess.ReadWrite)'.
82+
>important When exporting a digitally signed document a stream that allows both reading and writing should be passed otherwise an exception is thrown: NotSupportedException: 'Stream does not support reading.' For example, create the output stream like this: 'new FileStream("signed.pdf", FileMode.OpenOrCreate, FileAccess.ReadWrite)'.
8383
8484

85-
The resulting document can be opened in any application which supports PDF documents.
85+
The resulting document can be opened in any application that supports PDF documents.
8686

8787
## See Also
8888

0 commit comments

Comments
 (0)