Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 13,737 for

pdfsaveoptions

(0.09 sec)
  1. PdfPermissions | Aspose.Words for Java

    Specifies the operations that are allowed to a user on an encrypted PDF document in Java....DOCUMENT_ASSEMBLY); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions(); // Enable...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/pdf/
  3. 通过 .NET 将 EPUB 转换为 PDF – Aspose.HTML for Python

    使用 Aspose.HTML Python 库将 EPUB 转换为 PDF。在 Python 代码示例中考虑各种 EPUB 到 PDF 的转换方案。...PdfSaveOptions() {{/if_output}} {{#if_output...{{output lower}}") 如果你想使用 “PdfSaveOptions “以编程方式将 EPUB 转换为 PDF,请参阅以下...

    docs.aspose.com/html/zh/python-net/convert-epub...
  4. Public API Changes in Aspose.Cells 8.7.0|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.... Calculate (); Added PdfSaveOptions.OptimizationType Property...NET 8.7.0 has exposed the PdfSaveOptions.OptimizationType property...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Mht files to pdf - Free Support Forum - aspose.com

    Hi Aspose Support Team, I’m using Aspose.Words for Java (version 24.3-jdk17) to convert MHT files (Microsoft Word HTML Archive format) to PDF. While the conversion works for the main document, the body, headers and foot…...options PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...specific LoadOptions or PdfSaveOptions settings required for preserving...

    forum.aspose.com/t/mht-files-to-pdf/327883
  6. 在 Python 中将 HTML 转换为 PDF – Aspose.HTML for Pyth...

    使用 Aspose.HTML Python 库以编程方式将 HTML 转换为 PDF。使用即用型 Python 示例探索 HTML 到 PDF 的转换场景。... PdfSaveOptions (), "output.pdf" ) Exa...{{#if_output 'PDF'}} options = sav.PdfSaveOptions() {{/if_output}} {{#if_output...

    docs.aspose.com/html/zh/python-net/convert-html...
  7. Convert docx to pdf Chinese garbled - Free Supp...

    Convert docx to pdf,Chinese garbled,English normal. code: file_name = download_file(filepath) file_name_without_ext = Path(file_name).stem file_path = base_dir / "file" / file_name new_file_name = file_name_without_…...appropriate options in the PdfSaveOptions when saving the document...Document("input.docx") # Create PdfSaveOptions and set the font embedding...

    forum.aspose.com/t/convert-docx-to-pdf-chinese-...
  8. MetafileRenderingOptions.emulateRasterOperation...

    MetafileRenderingOptions.emulateRasterOperations property. Gets or sets a value determining whether or not the raster operations should be emulated....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Exporting an excel file as to PDF file - Free S...

    We are facing an export an excel file content to the PDF file, which is taking longer period in processing. what are the constraint need to considered for downloading a file of PDF from an excel file...Reduce image resolution ( PdfSaveOptions.ImageResolution ). PageSetup...system fonts only, or set PdfSaveOptions.EmbedStandardFonts = true;...

    forum.aspose.com/t/exporting-an-excel-file-as-t...
  10. Save a 3D Scene in the PDF in C#|Documentation

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can build a 3D scene by adding Camera, Light, polygons and various other entities. They can also now save a 3D scene in the PDF file format....lighting scheme PdfSaveOptions opt = new PdfSaveOptions (); opt . LightingScheme...

    docs.aspose.com/3d/net/save-a-3d-scene-in-the-pdf/