Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 13,737 for

pdfsaveoptions

(0.06 sec)
  1. How to Save a OneNote Document | Aspose.Note Do...

    Learn how to save a OneNote document with detailed instructions.... for example, there is PdfSaveOptions for SaveFormat.Pdf and...Initialize PdfSaveOptions object 8 PdfSaveOptions opts = new...

    docs.aspose.com/note/net/save-a-onenote-document/
  2. 使用 .NET 将 EPS 文件合并为 PDF

    Aspose.Page API 解决方案的 .NET 合并 EPS 功能允许您将多个 EPS 文件合并为一个 PDF 文档。... 实例化 PdfSaveOptions ,将 AdditionalFontsFolde...document.Save("merged.pdf", pdfSaveOptions); 以生成单个 PDF。 当 SuppressError...

    docs.aspose.com/page/zh/net/merge/eps/
  3. EPUB Converter – С# – Aspose.HTML for .NET

    了解支持的 EPUB 转换,并考虑如何使用 Aspose.HTML for .NET 将 EPUB 转换为 PDF 的 C# 示例。...instance of the PdfSaveOptions class 10 PdfSaveOptions options = new...new PdfSaveOptions(); 11 12 // Call the ConvertEPUB() method...

    docs.aspose.com/html/zh/net/epub-converter/
  4. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....sample file and then set the PdfSaveOptions.getOnePagePerSheet() property...property of the PdfSaveOptions object. Here is an example in Node...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  5. Table width issue in the PDF documents - Free S...

    Hi Team, We are encountering a table width issue in the PDF documents generated by Aspose. We have a template that contains a table, where some columns are dynamically removed during Word document generation. However, w…...= new(); var pdfSaveOptions = new PdfSaveOptions(); var wordDocumentToSave...wordDocument.Save(pdfDocStream, pdfSaveOptions); } catch { pdfDocStream...

    forum.aspose.com/t/table-width-issue-in-the-pdf...
  6. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); Pdfsaveoptions options = new Pdfsaveoptions(); doc.save("output.pdf", options); Formatting and Alignment o…...docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output...options available in the PdfSaveOptions class. Here are some suggestions...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  7. Convert EPS with Aspose.Page C++ API

    EPS to WMF conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here.... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/cpp/convert/eps-to-png/
  8. DownsampleOptions class | Aspose.Words for Python

    aspose.words.saving.DownsampleOptions class. Allows to specify downsample options...docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # By default, Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert Excel file to PDF format compatible wit...

    Learn how to convert an Excel file to PDF format compatible with PDFA-1a with Aspose.Cells for Python via .NET API....Developers may use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/python-net/convert-excel-...
  10. Merge PS or EPS files to PDF | .NET

    .NET API Solution to merge PostScript files in a few lines of code. Save the combined result as PDF files. C# code example of merging functionality....parameters by means of the PdfSaveOptions Class. Add a particular...parameters. PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...

    products.aspose.com/page/net/merge-ps-to-pdf/