Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 12,084 for

pdfsaveoptions

(0.08 sec)
  1. DownsampleOptions.DownsampleImages | Aspose.Wor...

    Discover how the DownsampleImages property optimizes image quality by controlling downsampling for enhanced performance and faster loading times....docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // By...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfSaveOptions.AttachmentsEmbeddingMode | Aspos...

    Customize how attachments are embedded in PDFs with Pdfsaveoptions. Ensure seamless integration and optimized document sharing....AttachmentsEmbedding Contents [ Hide ] PdfSaveOptions.AttachmentsEmbedding property...null ); PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PdfDigitalSignatureDetails.Reason | Aspose.Word...

    Discover the PdfDigitalSignatureDetails Reason property to easily manage and customize your document signing reasons for enhanced security and compliance...., "aw" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. How to Convert HTML File to PDF in Java

    This brief tutorial describes how to convert HTML file to PDF in Java. You will get detailed steps and HTML to PDF converter using java where output PDF file is customized by setting multiple properties....Declare and initialize the PdfSaveOptions object to customize the...the output PDF using the PdfSaveOptions object Convert the source...

    kb.aspose.com/html/java/how-to-convert-html-fil...
  5. How to Convert XLSX to PDF using Node.js

    This article guides on how to convert XLSX to PDF using Node.js. It contains the instructions to set the environment, a list of steps, and a runnable sample code to change XLSX to PDF using Node.js....object Create an object of PdfSaveOptions class to customize the...the initialization of the PdfSaveOptions class object. Finally,...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...
  6. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…...different value or adjust the PdfSaveOptions . Update Fields : If your...demonstrates how to set the PdfSaveOptions and update fields before...

    forum.aspose.com/t/extra-text-appears-when-conv...
  7. Ինչպես փոխարկել MPP-ն PDF-ի Java-ի միջոցով

    Այս արագ ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել MPP-ն PDF-ի Java-ի միջոցով: Այն պարունակում է կազմաձևման մանրամասներ, քայլերի հաջորդականություն և գործարկվող կոդ՝ MPP-ի PDF փոխարկիչը Java-ի միջոցով գրելու համար:...Project օբյեկտում Ստեղծեք PdfSaveOptions դասի օբյեկտը Սահմանեք էջի...էջի չափի հատկությունը PDFSaveOptions օբյեկտում Փոխարկեք MPP ֆայլը...

    kb.aspose.com/hy/tasks/java/how-to-convert-mpp-...
  8. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...outputFilePathPdf, new PdfSaveOptions()); Thanks a lot in advance... you should adjust the PdfSaveOptions when saving the document...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  9. Does aspose.words support OptimizeForWeb when c...

    does aspose.words support OptimizeForWeb when convert word to pdf? after search we found OptimizeForWeb for c++. Does the setOptimizeOutput(true) equals OptimizeForWeb for c++?...to PDF, you can use the PdfSaveOptions class. This class allows...demonstrating how to configure PdfSaveOptions for optimizing a Word document...

    forum.aspose.com/t/does-aspose-words-support-op...
  10. How to Print Excel as Fitted Pages Wide and Tal...

    Learn to set fit_to_pages_wide and fit_to_pages_tall properties for Excel printing using Aspose.Cells for Python via .NET API....single-page output: Use PdfSaveOptions Set one_page_per_sheet...cells import Workbook , PdfSaveOptions # Instantiating a Workbook...

    docs.aspose.com/cells/python-net/how-to-print-e...