Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 13,737 for

pdfsaveoptions

(0.91 sec)
  1. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...docx"); // Create PdfSaveOptions and set the font embedding...options PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  2. 使用JavaScript通过C++添加带有命名目标的PDF书签|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++添加带有命名目标的PDF书签,确保在更改页面后书签依然完好无损。...SaveFormat , PdfBookmarkEntry , PdfSaveOptions } = AsposeCells ; AsposeCells...(... list ); // Create PdfSaveOptions and assign Bookmark to...

    docs.aspose.com/cells/zh/javascript-cpp/add-pdf...
  3. OutlineOptions.HeadingsOutlineLevels | Aspose.W...

    Discover the HeadingsOutlineLevels property in OutlineOptions. Control heading levels for structured documents and enhance navigation with ease....2" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // The...

    reference.aspose.com/words/net/aspose.words.sav...
  4. How to Convert XPS to PDF in Java

    This tutorial provides the details about how to convert XPS to PDF in Java. It covers the stepwise process, environment configuration information as well as a runnable code sample to convert XPS document to PDF in Java...Create an instance of the PdfSaveOptions class object to set PDF...a file or a stream. The PdfSaveOptions class allows you to control...

    kb.aspose.com/page/java/how-to-convert-xps-to-p...
  5. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....)); // Instantiate the PdfSaveOptions const options = new AsposeCells...AsposeCells . PdfSaveOptions (); // Print only Page 3 and Page...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  6. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…... you can try using the PdfSaveOptions class to specify additional...cement.docx") ' Create PdfSaveOptions and set properties Dim...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  7. Licence issue with total.net.lic - Free Support...

    We have a aspose.total.net.lic, I need to use words and pdf licence in the same project. How do I set them correctly, at the moment if I set words licence, than the words part is considered unlicenced, if I set pdf lice…...Alt Text"; } PdfSaveOptions opt = new PdfSaveOptions(); opt.Compliance...Save(@"C:\Temp\out.pdf", new PdfSaveOptions() { Compliance = PdfCompliance...

    forum.aspose.com/t/licence-issue-with-total-net...
  8. Null Ref Exception when signing pdf - Free Supp...

    Hi When I use Pdfsaveoptions.DigitalSignatureDetails = New Words.Saving.PdfDigitalSignatureDetails(MyCertHolder, String.Empty, String.Empty, Date.Now) Pdfsaveoptions.DigitalSignatureDetails.HashAlgorithm = Words.Saving…...1:11pm 1 Hi When I use PdfSaveOptions.DigitalSignatureDeta =...String.Empty, Date.Now) PdfSaveOptions.DigitalSignatureDeta.HashAlgorithm...

    forum.aspose.com/t/null-ref-exception-when-sign...
  9. Convert Visio to PDF in Python | Python Visio |...

    Programmatically, convert Visio to PDF in Python. Export Visio diagrams to PDF using Aspose.Diagram for Python.... We have PdfSaveOptions class that allows specifying...create an instance of the PdfSaveOptions class. After that, specify...

    blog.aspose.com/diagram/convert-Visio-to-pdf-in...
  10. 在 C# 中将 Numbers 文件转换为 PDF

    按照本文操作,可在 C# 中将 Numbers 文件转换为 PDF。本文包含 IDE 设置说明、步骤列表以及用于在 C# 中开发 Numbers 到 PDF 转换器的示例代码。...文件加载到 Workbook 对象中 可选地创建 PdfSaveOptions 以自定义输出 PDF 文件 在 PdfOptions...Save 方法将其保存为 PDF。可选地,您可以创建 PdfSaveOptions 对象并设置其参数,以在 PDF 文件中生成所需的输出。...

    kb.aspose.com/zh/cells/net/convert-numbers-file...