You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**AllowReusePageContent** | **bool?** | If true page contents will be reused when document is optimized for equal pages. | [optional]
9
+
**AllowReusePageContent** | **bool?** | If true page contents will be reused when document is optimized for equal pages. LinkDuplcateStreams option must be set to true. | [optional]
10
10
**CompressImages** | **bool?** | If this flag is set to true images will be compressed in the document. Compression level is specified with ImageQuality property. | [optional]
11
11
**ImageQuality** | **int?** | Specifies level of image compression when CompressImages flag is used. | [optional]
12
12
**LinkDuplcateStreams** | **bool?** | If this flag is set to true, Resource streams will be analyzed. If duplicate streams are found (i.e. if stream contents is equal), then thees streams will be stored as one object. This allows to decrease document size in some cases (for example, when same document was concatenated multiple times). | [optional]
13
13
**RemoveUnusedObjects** | **bool?** | If this flag is set to true, all document objects will be checked and unused objects (i.e. objects which does not have any reference) are removed from document. | [optional]
14
14
**RemoveUnusedStreams** | **bool?** | If this flag set to true, every resource is checked on it's usage. If resource is never used, then resources is removed. This may decrease document size for example when pages were extracted from document. | [optional]
15
-
**UnembedFonts** | **bool?** | Make fonts not embedded if set to true. | [optional]
15
+
**UnembedFonts** | **bool?** | Make fonts not embedded if set to true. Unembedding a font means removing the embedded byte stream data of the font included in a PDF document. | [optional]
16
16
**ResizeImages** | **bool?** | If this flag set to true and CompressImages is true images will be resized if image resolution is greater then specified MaxResolution parameter. | [optional]
17
17
**MaxResolution** | **int?** | Specifies maximum resolution of images. If image has higher resolution it will be scaled. | [optional]
18
-
**SubsetFonts** | **bool?** | Fonts will be converted into subsets if set to true. | [optional]
18
+
**SubsetFonts** | **bool?** | Fonts will be converted into subsets if set to true. Only those characters that are actually used in the layout are stored in the PDF. | [optional]
**ImageEncoding** | [**ImageEncoding**](ImageEncoding.md) | Image encode which will be used. | [optional]
21
21
**ImageCompressionVersion** | [**ImageCompressionVersion**](ImageCompressionVersion.md) | Version of compression algorithm. Possible values are: "Standard" - standard compression, "Fast" - fast (improved compression which is faster then standard but may be applicable not for all images), "Mixed" - mixed (standard compression is applied to images which can not be compressed by faster algorithm, this may give best compression but more slow then "Fast" algorithm. Version "Fast" is not applicable for resizing images (standard method will be used). Default is "Standard". | [optional]
[**PostDocumentPageNumberStamps**](PdfApi.md#postdocumentpagenumberstamps) | **POST** /pdf/\{name}/stamps/pagenumber | Add document page number stamps.
207
208
[**PostDocumentTextFooter**](PdfApi.md#postdocumenttextfooter) | **POST** /pdf/\{name}/footer/text | Add document text footer.
208
209
[**PostDocumentTextHeader**](PdfApi.md#postdocumenttextheader) | **POST** /pdf/\{name}/header/text | Add document text header.
209
210
[**PostDocumentTextReplace**](PdfApi.md#postdocumenttextreplace) | **POST** /pdf/\{name}/text/replace | Document's replace text method.
211
+
[**PostDocumentTextStamps**](PdfApi.md#postdocumenttextstamps) | **POST** /pdf/\{name}/stamps/text | Add document pages text stamps.
210
212
[**PostEncryptDocumentInStorage**](PdfApi.md#postencryptdocumentinstorage) | **POST** /pdf/\{name}/encrypt | Encrypt document in storage.
211
213
[**PostFlattenDocument**](PdfApi.md#postflattendocument) | **POST** /pdf/\{name}/flatten | Flatten the document.
212
214
[**PostHtmlToPdf**](PdfApi.md#posthtmltopdf) | **POST** /pdf/create/html | Convert HTML file (zip archive in request content) to PDF format and return resulting file in response.
@@ -5807,6 +5809,34 @@ Name | Type | Description | Notes
5807
5809
5808
5810
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -5922,6 +5952,34 @@ Name | Type | Description | Notes
5922
5952
5923
5953
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments