Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 9,661 for

pdfsaveoptions

(0.03 sec)
  1. Sort Tasks by Column in Gantt Chart

    Learn how to sort tasks by any column defined in Gantt chart view using Aspose.Tasks for .NET....SaveOptions options = new PdfSaveOptions(); 7 options. Timescale...

    docs.aspose.com/tasks/net/sort-tasks-by-column-...
  2. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using C#. Convert DOCX forms to PDF C#. Use Pdfsaveoptions to change the result of saving a document to PDF....specified by use of the PdfSaveOptions class, containing the properties...Some examples of using PdfSaveOptions are provided below. Currently...

    docs.aspose.com/words/net/specify-rendering-opt...
  3. Convert HTML to PDF – Java Code and Online Conv...

    Sample Java code for HTML to PDF conversion. Use this example code to convert HTML to PDF within any Web or Desktop Java based application....convertHTML(document, new PdfSaveOptions(), "output.pdf" ); Steps...HTML file. Create a new PdfSaveOptions object. Call the convertHTML()...

    products.aspose.com/html/java/conversion/html-t...
  4. Public API Changes in Aspose.Cells 8.3.2|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....setNumberGroupSepara ( ' ' ); Added PdfSaveOptions.setFontSubstitutionC Property...Java 8.3.2 has exposed the PdfSaveOptions.setFontSubstitutionC property...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Public API Changes in Aspose.Cells 8.3.2|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....NumberGroupSeparator = ' ' ; Added PdfSaveOptions.IsFontSubstitutionCh Property...NET 8.3.2 has exposed the PdfSaveOptions.IsFontSubstitutionCh property...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. 與儲存在 SharePoint 的文件一起工作|Aspose.Words for .NET

    用C#將Word共享在SharePoint中的檔案轉換為PDF。 與儲存在 SharePoint 的檔案一起工作– 各種不同的輸入格式,包括 Word、OpenOffice、影像和電子書。...(); var saveOptions = new PdfSaveOptions (); doc . Save ( outputStream...Converting to PDF 提供有關使用 PdfSaveOptions 類別的更多資訊。 將文件序列化到資料庫 與受敏感標籤標記的文件一起工作...

    docs.aspose.com/words/zh-hant/net/work-with-doc...
  7. Сreate Custom Barcodes with IBarcodeGenerator|D...

    How to create custom barcodes from MS Word documents with IBarcodeGenerator, Aspose.Words and Aspose.BarCode... Docx ); PdfSaveOptions pso = new PdfSaveOptions (); pso . Compliance...

    docs.aspose.com/barcode/net/how-to-create-custo...
  8. 在使用DrawObjectEventHandler类在渲染为PDF时获取DrawObject和...

    学习如何在C++中使用DrawObjectEventHandler类捕获在将Excel文件渲染为PDF或图像时的DrawObject和边界。...DrawObjectEventHandl 类结合 PdfSaveOptions.PaginatedSaveOptions(P...,并将其保存为 输出PDF 。在渲染为PDF时,使用 PdfSaveOptions.PaginatedSaveOptions(P...

    docs.aspose.com/cells/zh/cpp/get-drawobject-and...
  9. TeX typeset | ZIP input and output

    C++ API Solution to work with TeX. Learn how to convert TeX to PDF using ZIP archives as input and output with a few lines of code.... Using the PdfSaveOptions class, specify save options...set_SaveOptions(System :: MakeObject < PdfSaveOptions > ()); // Run the typesetting...

    products.aspose.com/tex/cpp/zip-input-and-output/
  10. Specify Save Options in C++|Aspose.Words for C++

    More accurately control the save process.... for example, there is PdfSaveOptions for saving to PDF format...

    docs.aspose.com/words/cpp/specify-save-options/