Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 9,635 for

pdfsaveoptions

(0.03 sec)
  1. Urobiť PDF Pomocou Java

    Vytvorte nový PDF v Java v niekoľkých krokoch. Jednoducho vytvorte PDF pomocou knižnice Java....bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/sk/java/make/pdf/
  2. Convert Project to PDF in C++

    Learn how to convert Microsoft Project (MPP/XML) projects to PDF using Aspose.Tasks for C++....= System::MakeObject < PdfSaveOptions > (); 3 4 // Set option...= System::MakeObject < PdfSaveOptions > (); 2 3 // Set the LegendOnEachPage...

    docs.aspose.com/tasks/cpp/convert-project-to-pd...
  3. OutlineOptions.HeadingsOutlineLevels | Aspose.W...

    Discover the HeadingsOutlineLevels property in OutlineOptions. Control heading levels for structured documents and enhance navigation with ease....2" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // The...

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

    This tutorial provides the details about how to convert XPS to PDF in Java. It covers the stepwise process, environment configuration information as well as a runnable code sample to convert XPS document to PDF in Java...Create an instance of the PdfSaveOptions class object to set PDF...a file or a stream. The PdfSaveOptions class allows you to control...

    kb.aspose.com/page/java/how-to-convert-xps-to-p...
  5. How to Export MS Project to PDF in C#

    This article describes the process how to export MS Project to PDF in C#. It contains the configuration information and runnable sample code with description to convert MPP to PDF in C#....object Declare an object of PdfSaveOptions class Set desired properties...steps also discuss the PdfSaveOptions class object that contains...

    kb.aspose.com/tasks/net/how-to-export-ms-projec...
  6. How to Convert Word RTF to PDF in Python

    This short tutorial describes how to convert Word RTF to PDF in Python. All the configuration details, step-wise process and a runnable sample code that can change RTF to PDF in Python with the help of a few API calls only, are also part of it....object Instantiate the PdfSaveOptions class object to customize...a file. Similarly, the PDFSaveOptions class object is used to...

    kb.aspose.com/words/python/how-to-convert-word-...
  7. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…... you can try using the PdfSaveOptions class to specify additional...cement.docx") ' Create PdfSaveOptions and set properties Dim...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  8. HTML to PDF conversion memory leak - Free Suppo...

    I am using the latest version of .NET Aspose.HTML 25.2.0. I noticed that converting a single HTML to PDF document does not consume a large amount of resources, and running that process multiple times sequentially does no…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid.NewGuid()}...objects like HTMLDocument and PdfSaveOptions once they are no longer...

    forum.aspose.com/t/html-to-pdf-conversion-memor...
  9. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Convert XLSX to PDF having Restricted Pe...

    This prceise topic focuses on how to convert XLSX to PDF having restricted permissions in Node.js. A list of precise steps will help you to export XLSX to PDF having restricted permissions using Node.js in any operating system like Linux, macOS, or Windows....Workbook class Initialize the PdfSaveOptions and PdfSecurityOptions...example, we have used the PdfSaveOptions class instance for setting...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...