Skip to content

Commit b565b07

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent ae23a4b commit b565b07

9 files changed

Lines changed: 43 additions & 8 deletions

File tree

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Options for loading Pdf documents.
1212

1313
```csharp
1414
public sealed class PdfLoadOptions : LoadOptions, IDocumentsContainerLoadOptions,
15-
IFontSubstituteLoadOptions, IMetadataLoadOptions, IPageNumberingLoadOptions
15+
IFontSubstituteLoadOptions, IFontTransformationLoadOptions, IMetadataLoadOptions,
16+
IPageNumberingLoadOptions
1617
```
1718

1819
## Constructors
@@ -33,6 +34,7 @@ public sealed class PdfLoadOptions : LoadOptions, IDocumentsContainerLoadOptions
3334
| [Depth](../../groupdocs.conversion.options.load/pdfloadoptions/depth) { getset; } | Implements [`Depth`](../../groupdocs.conversion.contracts/idocumentscontainerloadoptions/depth) Default: 1 |
3435
| [FlattenAllFields](../../groupdocs.conversion.options.load/pdfloadoptions/flattenallfields) { getset; } | Flatten all the fields of the PDF form. |
3536
| [FontSubstitutes](../../groupdocs.conversion.options.load/pdfloadoptions/fontsubstitutes) { getset; } | Substitute specific fonts when converting Pdf document. |
37+
| [FontTransformations](../../groupdocs.conversion.options.load/pdfloadoptions/fonttransformations) { getset; } | Transform existing fonts after document loading and font substitution are complete. Font transformations can modify any fonts in the document, including fonts that were successfully loaded. |
3638
| [Format](../../groupdocs.conversion.options.load/pdfloadoptions/format) { get; } | Input document file type. |
3739
| virtual [Format](../../groupdocs.conversion.options.load/loadoptions/format) { get; } | Input document file type. |
3840
| [HidePdfAnnotations](../../groupdocs.conversion.options.load/pdfloadoptions/hidepdfannotations) { getset; } | Hide annotations in Pdf documents. |
@@ -55,6 +57,7 @@ public sealed class PdfLoadOptions : LoadOptions, IDocumentsContainerLoadOptions
5557
* class [LoadOptions](../loadoptions)
5658
* interface [IDocumentsContainerLoadOptions](../../groupdocs.conversion.contracts/idocumentscontainerloadoptions)
5759
* interface [IFontSubstituteLoadOptions](../ifontsubstituteloadoptions)
60+
* interface [IFontTransformationLoadOptions](../ifonttransformationloadoptions)
5861
* interface [IMetadataLoadOptions](../imetadataloadoptions)
5962
* interface [IPageNumberingLoadOptions](../ipagenumberingloadoptions)
6063
* namespace [GroupDocs.Conversion.Options.Load](../../groupdocs.conversion.options.load)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: FontTransformations
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Transform existing fonts after document loading and font substitution are complete. Font transformations can modify any fonts in the document including fonts that were successfully loaded.
5+
type: docs
6+
weight: 100
7+
url: /net/groupdocs.conversion.options.load/pdfloadoptions/fonttransformations/
8+
---
9+
## PdfLoadOptions.FontTransformations property
10+
11+
Transform existing fonts after document loading and font substitution are complete. Font transformations can modify any fonts in the document, including fonts that were successfully loaded.
12+
13+
```csharp
14+
public IList<FontTransformation> FontTransformations { get; set; }
15+
```
16+
17+
### Remarks
18+
19+
**Note:** Font transformations are applied after all font substitution steps are complete.
20+
21+
Transformations are processed in the order they appear in the list.
22+
23+
Use cases: Styling changes, branding requirements, accessibility improvements.
24+
25+
### See Also
26+
27+
* class [FontTransformation](../../../groupdocs.conversion.contracts/fonttransformation)
28+
* class [PdfLoadOptions](../../pdfloadoptions)
29+
* namespace [GroupDocs.Conversion.Options.Load](../../../groupdocs.conversion.options.load)
30+
* assembly [GroupDocs.Conversion](../../../)
31+
32+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/format/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Format
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Input document file type.
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/format/
88
---
99
## PdfLoadOptions.Format property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/hidepdfannotations/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HidePdfAnnotations
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Hide annotations in Pdf documents.
55
type: docs
6-
weight: 110
6+
weight: 120
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/hidepdfannotations/
88
---
99
## PdfLoadOptions.HidePdfAnnotations property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/pagenumbering/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PageNumbering
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Enable or disable generation of page numbering in converted document. Default false
55
type: docs
6-
weight: 120
6+
weight: 130
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/pagenumbering/
88
---
99
## PdfLoadOptions.PageNumbering property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/password/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Password
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Set password to unprotect protected document.
55
type: docs
6-
weight: 130
6+
weight: 140
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/password/
88
---
99
## PdfLoadOptions.Password property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/removeembeddedfiles/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RemoveEmbeddedFiles
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Remove embedded files.
55
type: docs
6-
weight: 140
6+
weight: 150
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/removeembeddedfiles/
88
---
99
## PdfLoadOptions.RemoveEmbeddedFiles property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/removejavascript/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RemoveJavascript
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Remove javascript.
55
type: docs
6-
weight: 150
6+
weight: 160
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/removejavascript/
88
---
99
## PdfLoadOptions.RemoveJavascript property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/pdfloadoptions/resetfontfolders/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ResetFontFolders
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Reset font folders before loading document
55
type: docs
6-
weight: 160
6+
weight: 170
77
url: /net/groupdocs.conversion.options.load/pdfloadoptions/resetfontfolders/
88
---
99
## PdfLoadOptions.ResetFontFolders property

0 commit comments

Comments
 (0)