Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 12,084 for

pdfsaveoptions

(0.05 sec)
  1. PdfSaveOptions.downsample_options property | As...

    Pdfsaveoptions.downsample_options property. Allows to specify downsample options....downsample_options property PdfSaveOptions.downsample_options property...'Images.docx' ) # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions.zoomBehavior property | Aspose.W...

    Pdfsaveoptions.zoomBehavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer....zoomBehavior property PdfSaveOptions.zoomBehavior property Gets...world!" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfSaveOptions.UseCoreFonts | Aspose.Words for ...

    Optimize your PDFs with Pdfsaveoptions! Control font substitution for TrueType fonts like Arial and Times New Roman to enhance document quality....UseCoreFonts Contents [ Hide ] PdfSaveOptions.UseCoreFonts property Gets...lazy dog." ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PDF converted from Word has extra row and pushe...

    Hi, When converting a DOCX to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = new …...pdf", new PdfSaveOptions()); I’ve attached test...Adjust PdfSaveOptions : You can customize the PdfSaveOptions to better...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  5. DmlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.DmlRenderingMode enumeration. Specifies how DrawingML shapes are rendered to fixed page formats....docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "DmlEffectsRenderingM"...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PdfSaveOptions.textCompression property | Aspos...

    Pdfsaveoptions.textCompression property. Specifies compression type to be used for all textual content in the document....textCompression property PdfSaveOptions.textCompression property...aliqua." ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfSaveOptions.FontEmbeddingMode | Aspose.Words...

    Discover the Pdfsaveoptions FontEmbeddingMode property to optimize your PDF's font embedding. Enhance document quality and compatibility effortlessly!...FontEmbeddingMode Contents [ Hide ] PdfSaveOptions.FontEmbeddingMode property...lazy dog." ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  8. SaveOptions.DmlRenderingMode | Aspose.Words for...

    Discover how the SaveOptions DmlRenderingMode property enhances your DrawingML shape rendering. Optimize your document visuals effortlessly!...docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PdfPageMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPageMode enum for customizable PDF display options, enhancing user experience in any PDF reader. Optimize your documents today!..." ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++.... With option PdfSaveOptions.GetEmbedAttachments() ...attachment. PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetEmbedAttachments...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/