Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 12,086 for

pdfsaveoptions

(0.27 sec)
  1. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Convert PostScript File to PDF using C#

    This article describes the process of how to convert PostScript file to PDF using C#. It has the IDE configuration details, a list of programming steps, and a runnable sample code to convert PS to PDF using C#....the input stream Create a PdfSaveOptions object by setting the suppress...specified properties of the PdfSaveOptions object. Code to Convert...

    kb.aspose.com/page/net/how-to-convert-postscrip...
  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. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); Pdfsaveoptions saveOptions = new Pdfsaveoptions(); …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); document...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  5. Გააკეთეთ PDF C# Ის Გამოყენებით

    შექმენით ახალი PDF C# ში რამდენიმე ნაბიჯით. მარტივად შექმენით PDF .NET ბიბლიოთეკის გამოყენებით....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...

    products.aspose.com/words/ka/net/make/pdf/
  6. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++.... PdfSaveOptions options ; options . SetWatermark...watermark for rendering to PDF PdfSaveOptions options ; options . SetWatermark...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/
  7. 使用 Aspose.Page C++ API 转换 EPS

    本文将通过代码片段讲解和演示 Aspose.Page API 解决方案提供的 EPS 到 WMF 的转换功能。... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/zh/cpp/convert/eps-to-png/
  8. XamlFlowSaveOptions | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  9. Markdown Converter – Convert Markdown Using Asp...

    Learn about supported Markdown conversions and consider Java example of how to convert Markdown to PDF using Aspose.HTML for Java....// Initialize PdfSaveOptions 5 PdfSaveOptions options = new PdfSaveOptions();...PdfSaveOptions(); 6 7 // Convert the HTML document to PDF file...

    docs.aspose.com/html/java/markdown-converter/
  10. Convert a Document to PDF in Python|Aspose.Word...

    Convert a document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....be specified using the PdfSaveOptions class, containing properties...document to PDF 1.7 using PdfSaveOptions with compliance to PDF17...

    docs.aspose.com/words/python-net/convert-a-docu...