Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 13,737 for

pdfsaveoptions

(0.19 sec)
  1. PdfCompliance Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.PdfCompliance enum to enhance your PDF standards compliance. Elevate document quality with tailored options for every need!...docx" ); // Create a "PdfSaveOptions" object that we can pass...PDF. // Note that some PdfSaveOptions are prohibited when saving...

    reference.aspose.com/words/net/aspose.words.sav...
  2. excel转PDF时,字体加粗了 - Free Support Forum - aspose.com

    excel 文件里面有的行包含特殊的字符,转PDF时自动加粗了,导致与其他行格式不一致...例如 PdfSaveOptions.FontSubstitution ? 该问题...gs); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); wb...

    forum.aspose.com/t/excel-pdf/323763
  3. How to Convert XLSX to PDF having Restricted Pe...

    This topic entails how to convert XLSX to PDF having restricted permissions using Python. You will learn to export an Excel to restricted permissions PDF using Python with the help of detailed steps and working Python code....Create an instance of the PdfSaveOptions class object to configure...using the instance of the PdfSaveOptions, the security permissions...

    kb.aspose.com/cells/python/how-to-convert-xlsx-...
  4. 使用 C++ 将 PostScript 文件合并为 PDF

    Aspose.Page API 解决方案的 C++ 版 PS 合并功能允许您将多个 PS 文件合并为一个 PDF 文档。...14 System::SharedPtr < PdfSaveOptions > options = System::MakeObject...System::MakeObject < PdfSaveOptions > (suppressErrors); 15 // If you want...

    docs.aspose.com/page/zh/cpp/merge/ps/
  5. Track Document Conversion Progress|Documentation

    This section explains how to track conversion progress of visio files with Aspose.Diagram.... PdfSaveOptions options = new Aspose .... Diagram . Saving . PdfSaveOptions (); //set page saving call...

    docs.aspose.com/diagram/net/track-document-conv...
  6. Aspose.Cells 8.7.0中的公共API更改|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.... Calculate (); 新增 PdfSaveOptions.OptimizationType 属性 Aspose...Cells for .NET 8.7.0已公开了PdfSaveOptions.OptimizationType属性以及Pd...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCX SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...
  8. OdtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.ODT or SaveFormat.OTT format in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...
  9. Ինչպես փոխարկել XLSX-ը PDF-ի, ունենալով սահմանա...

    Այս թեման ենթադրում է, թե ինչպես փոխարկել XLSX-ը PDF-ի, ունենալով սահմանափակ թույլտվություններ Python-ի միջոցով: Դուք կսովորեք արտահանել Excel-ը դեպի սահմանափակ թույլտվություններ PDF Python-ի միջոցով՝ մանրամասն քայլերի և Python-ի աշխատանքային կոդի օգնությամբ:...Workbook դասի օրինակը Ստեղծեք PdfSaveOptions դասի օբյեկտի օրինակ՝ ելքային...Այնուհետև, օգտագործելով PdfSaveOptions-ի օրինակը, մուտք են գործում...

    kb.aspose.com/hy/cells/python/how-to-convert-xl...
  10. Image transformation - Free Support Forum - asp...

    Hello, I have a document with text that has a drop shadow with WordArt. It used to convert normally, but since we upgraded to version 23.9, part of the text no longer converts as it did before. Before: After: B…...docx"); PdfSaveOptions opt = new PdfSaveOptions(); opt.Compliance...

    forum.aspose.com/t/image-transformation/315832