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

pdfsaveoptions

(0.46 sec)
  1. Կատարեք WORD՝ Օգտագործելով C++

    Ստեղծեք նոր WORD C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք WORD՝ օգտագործելով C++ գրադարանը:...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/hy/cpp/make/word/
  2. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...

    products.aspose.com/words/net/compress/pdf/
  3. Python Microsoft Visio Files Conversion | produ...

    Convert Microsoft Visio formats VSDX VSX VDX VTX VSSX VSTX VSDM VSTM VSSM VDW VSD VST VSS to HTML Images and PDF with few lines of Python code....settings developers can use PdfSaveOptions and HTMLSaveOptions classes...

    products.aspose.com/diagram/python-java/convers...
  4. 使用 C++ 製作 PDF

    通過幾個步驟在 C++ 中創建一個新的 PDF。使用 C++ 庫輕鬆創建 PDF。...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/zh-hant/cpp/make/pdf/
  5. Ինչպես փոխարկել EPS-ը PDF-ի Java-ում

    Այս ձեռնարկը ներառում է տեղեկատվություն այն մասին, թե ինչպես փոխարկել EPS-ը PDF-ի Java-ում: Այն պարունակում է մանրամասներ շրջակա միջավայրի կազմաձևման, քայլ առ քայլ ալգորիթմի և գործարկվող կոդի հատվածի մասին՝ Java-ում EPS-ը PDF-ի փոխելու համար:...դասի կոնստրուկտորը Ստեղծեք PdfSaveOptions դասի օրինակ և սահմանեք...

    kb.aspose.com/hy/page/java/how-to-convert-eps-t...
  6. How to Convert Visio to PDF File in Python

    This tutorial covers how to convert Visio to PDF in Python. You will find all the information to configure the environment, a step-by-step process, and a running code snippet to export Visio to PDF in Python...PDF Create an object of PdfSaveOptions class Customize the conversion...

    kb.aspose.com/diagram/python/how-to-convert-vis...
  7. 如何在 C# 中将 OTG 转换为 PDF

    关于如何在 C# 中将 OTG 转换为 PDF 的分步教程。使用 C#、ASP.NET、Windows 桌面应用程序将 OTG 转换为 PDF。...类设置 PDF 元数据信息 使用 Save 方法和 PdfSaveOptions 保存输出 PDF 请注意,在上面的第 5 步和第...

    kb.aspose.com/zh/imaging/net/how-to-convert-otg...
  8. Content missing while converting word to pdf - ...

    Dear Support Team, We are converting word to Pdf using aspose. while rendering the data is missing and Numbering serial order is missing in the generated Pdf file.Test.pdf (205.1 KB) Please find the attached documents …...Document doc; var opts = new PdfSaveOptions(); opts.SaveFormat = SaveFormat...

    forum.aspose.com/t/content-missing-while-conver...
  9. Aspose.cell 升级到26.1 后, 页面柱状图不显示了 - Free Support...

    aspose.cell 升级到26.1 后, 页面柱状图不显示了 升级前 image.jpg (78.7 KB) 升级后 image.jpg (130.4 KB) inventory-product-sales-days-new.7z (16.0 KB)...如 ChartRenderOptions 、 PdfSaveOptions 等)。 如可能,请在旧版本(如 25.x)中...

    forum.aspose.com/t/aspose-cell-26-1/325237
  10. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...Pdf Save options using PdfSaveOptions properties. But the problem...about saving to PDF. So PdfSaveOptions will not help to resolve...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...