Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 13,737 for

pdfsaveoptions

(0.06 sec)
  1. How to Convert EPS to PDF in Java

    This tutorial includes information about how to convert EPS to PDF in Java. It contains the details about environment configuration, step-by-step algorithm, and runnable code snippet to change EPS to PDF in Java....Instantiate an instance of PdfSaveOptions class and set different...

    kb.aspose.com/page/java/how-to-convert-eps-to-p...
  2. 将电子邮件保存为 PDF|Documentation

    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.... PdfSaveOptions (); document . Save ( dataDir...

    docs.aspose.com/email/zh/net/saving-an-email-as...
  3. Latest Aspose.Total Product Family topics - Fre...

    This public forum is used to discuss issues that are common to multiple Aspose products....February 7, 2025 Consistent PdfSaveOptions across Aspose libraries...

    forum.aspose.com/c/total/7
  4. HTML CSS support - Free Support Forum - aspose.com

    Hello support … We have tried to build a html template with data binding to convert into pdf files … The html will include grid-template-columns , the html can display OK in browser ( Edge or Chrome ) and seems not OK…...th); var options = new PdfSaveOptions() { HorizontalResolution...

    forum.aspose.com/t/html-css-support/253798
  5. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....DefaultFont property of PdfSaveOptions and ImageOrPrintOptions...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  6. 使用C++ via Node.js为图表工作表创建PdfBookmarkEntry|Docum...

    了解如何使用Aspose.Cells for Node.js via C++为图表工作表创建PdfBookmarkEntry。... PdfSaveOptions (); opts . setBookmark...

    docs.aspose.com/cells/zh/nodejs-cpp/create-pdfb...
  7. Aspose.HTML HTML converted to DOCX no content n...

    We are currently leveraging the Converter.ConvertHTML to create a DOCX file from HTML content. // Use a MemoryStreamProvider to handle the in-memory conversion var streamProvider = new MemoryStreamProvider(); //…..."); var pdfSaveOptions = new DocSaveOptions {...Converter.ConvertHTML(document, pdfSaveOptions, streamProvider); When...

    forum.aspose.com/t/aspose-html-html-converted-t...
  8. Group, Convert and Verify Shapes|Documentation

    This section explains how to group shapes with Aspose.Diagram.... PdfSaveOptions opts = new Aspose . Diagram...Diagram . Saving . PdfSaveOptions (); // Set page count to save...

    docs.aspose.com/diagram/net/group-convert-and-v...
  9. Შეკუმშოს JPG C#

    შეკუმშოს JPG C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...

    products.aspose.com/words/ka/net/compress/jpg/
  10. Loading TeX from ZIP | .NET API Solution

    .NET API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of C# code....saving options using the PdfSaveOptions class. Create an instance...options.SaveOptions = new PdfSaveOptions(); // Run the job. TeXJob...

    products.aspose.com/tex/net/load-tex-from-zip/