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

pdfsaveoptions

(0.33 sec)
  1. Word and Pdf mismatch - Free Support Forum - as...

    Hello, Pdf and Word files don’t match in case when document has table which has vertical merged cell with long text and “page break before” in next row. There is an option to save documents in Word with OOXML complianc…...There is no compliance in PdfSaveOptions with which save document...

    forum.aspose.com/t/word-and-pdf-mismatch/265406
  2. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....Cells provides the PdfSaveOptions.isFontSubstitutionCh property...generated without setting PdfSaveOptions.isFontSubstitutionCh property...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  3. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells for Node.js via C++....IWarningCallback interface and set the PdfSaveOptions.warningCallback property...IWarningCallback and sets the PdfSaveOptions.warningCallback property...

    docs.aspose.com/cells/nodejs-cpp/get-warnings-f...
  4. Document conversion occurs without any prompts ...

    Today, I encountered an issue while processing document conversion. A Word file couldn’t be converted, and there was no error message or prompt. After debugging, I found that the problem might be caused by some code with…...(PageLimitReachedExce ex) { PdfSaveOptions opt = new PdfSaveOptions(); opt.setPageSet(new...

    forum.aspose.com/t/document-conversion-occurs-w...
  5. Saving Excel files to CSV, PDF and other format...

    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....ContentCopyForAccess option With the PdfSaveOptions class, you can get or set...properties to PDF With the PdfSaveOptions class, you can export the...

    docs.aspose.com/cells/java/saving-excel-files-t...
  6. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...case "pdf": PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/header-alignment-issue-durin...
  7. TeX to ZIP | API Solution for C++

    C++ API Solution to work with TeX files. TeX to ZIP conversion functionality lets you save your TeX file as the most popular archive....saving the output using the PdfSaveOptions Class. Run the TeX to PDF...set_SaveOptions(System :: MakeObject < PdfSaveOptions > ()); // Run typesetting...

    products.aspose.com/tex/cpp/output-to-zip/
  8. Merge XPS files | Aspose.Page for C++

    Merger XPS functionality of Aspose.Page API solution for C++ allows you to combine several XPS files into a single XPS or PDF document....Aspose::Page::XPS::Presentation::Pdf::PdfSaveOptions > options = System::MakeObject...Aspose::Page::XPS::Presentation::Pdf::PdfSaveOptions > (); 10 options -> se...

    docs.aspose.com/page/cpp/merge/xps/
  9. 绘制椭圆|Documentation

    本节介绍如何使用Aspose.Diagram在visio页面中绘制椭圆、圆形或椭圆。支持使用C#绘制圆形或椭圆并保存为pdf、svg、html、image、xps等格式。...pdf" , new PdfSaveOptions ()); 在 PNG 中画圆 Aspose.Diagram..."DrawEllipseInPage_out.pdf" , new PdfSaveOptions ()); 在 PNG 中绘制椭圆 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-ell...
  10. Specify Save Options in Node.js|Aspose.Words fo...

    More accurately control the save process using Node.js.... for example, there is PdfSaveOptions for saving to PDF format...

    docs.aspose.com/words/nodejs-net/specify-save-o...