Skip to content

Commit 02487ba

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

83 files changed

Lines changed: 233 additions & 80 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class PdfConvertOptions : CommonConvertOptions<PdfFileType>, IDpiConvertO
2626
| Name | Description |
2727
| --- | --- |
2828
| [Dpi](../../groupdocs.conversion.options.convert/pdfconvertoptions/dpi) { get; set; } | Desired page DPI after conversion. The default resolution is: 96 dpi. |
29+
| [EmbedFullFonts](../../groupdocs.conversion.options.convert/pdfconvertoptions/embedfullfonts) { getset; } | When set to true, the full font file is embedded into the PDF instead of a subset. This increases the output file size but ensures better compatibility when editing the resulting PDF. Applies only when converting from WordProcessing documents. |
2930
| [FallbackPageSize](../../groupdocs.conversion.options.convert/pdfconvertoptions/fallbackpagesize) { getset; } | Fallback page size |
3031
| [Format](../../groupdocs.conversion.options.convert/convertoptions-1/format) { getset; } | The desired file type the input document should be converted to. |
3132
| virtual [Format](../../groupdocs.conversion.options.convert/convertoptions/format) { getset; } | Implements [`Format`](../iconvertoptions/format) |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: EmbedFullFonts
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: When set to true the full font file is embedded into the PDF instead of a subset. This increases the output file size but ensures better compatibility when editing the resulting PDF. Applies only when converting from WordProcessing documents.
5+
type: docs
6+
weight: 30
7+
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/embedfullfonts/
8+
---
9+
## PdfConvertOptions.EmbedFullFonts property
10+
11+
When set to true, the full font file is embedded into the PDF instead of a subset. This increases the output file size but ensures better compatibility when editing the resulting PDF. Applies only when converting from WordProcessing documents.
12+
13+
```csharp
14+
public bool EmbedFullFonts { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PdfConvertOptions](../../pdfconvertoptions)
20+
* namespace [GroupDocs.Conversion.Options.Convert](../../../groupdocs.conversion.options.convert)
21+
* assembly [GroupDocs.Conversion](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/fallbackpagesize/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FallbackPageSize
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Fallback page size
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/fallbackpagesize/
88
---
99
## PdfConvertOptions.FallbackPageSize property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/marginsettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: MarginSettings
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Page margin settings
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/marginsettings/
88
---
99
## PdfConvertOptions.MarginSettings property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/orientationsettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OrientationSettings
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Page orientation settings
55
type: docs
6-
weight: 50
6+
weight: 60
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/orientationsettings/
88
---
99
## PdfConvertOptions.OrientationSettings property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/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 this property if you want to protect the converted document with a password.
55
type: docs
6-
weight: 60
6+
weight: 70
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/password/
88
---
99
## PdfConvertOptions.Password property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/pdfoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Pdf specific convert options
55
type: docs
6-
weight: 70
6+
weight: 80
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/pdfoptions/
88
---
99
## PdfConvertOptions.PdfOptions property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/resizemode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ResizeMode
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Specifies how content should be scaled when page size is changed. Default is AlignTopLeft no scaling.
55
type: docs
6-
weight: 80
6+
weight: 90
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/resizemode/
88
---
99
## PdfConvertOptions.ResizeMode property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/rotate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Rotate
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Page rotation
55
type: docs
6-
weight: 90
6+
weight: 100
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/rotate/
88
---
99
## PdfConvertOptions.Rotate property

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/pdfconvertoptions/sizesettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SizeSettings
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Page size settings
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.conversion.options.convert/pdfconvertoptions/sizesettings/
88
---
99
## PdfConvertOptions.SizeSettings property

0 commit comments

Comments
 (0)