Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 33,684 for

saveoptions

(0.19 sec)
  1. [Aspose.PDF.Drawing]Pdf To Docx issue with OCR ...

    Hello. Our company utilizes Aspose.PDF to convert Pdfs to Docx. The code is as follows: using (var pdfDocument = new Aspose.Pdf.Document(pdfFilePath)) { var Saveoptions = new DocSaveoptions { Format = DocSaveOption…...Document(pdfFilePath)) { var saveOptions = new DocSaveOptions { Format...Save(asposePdfSavePath, saveOptions); Console.WriteLine("<<aspose...

    forum.aspose.com/t/aspose-pdf-drawing-pdf-to-do...
  2. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/pdf/
  3. 使用 C++ 在 Node.js 中获取工作表中的最大范围|Documentation

    本文描述了如何使用 Aspose.Cells for Node.js via C++ 获取 Excel 文件的最大范围、最大数据范围和最大显示范围。...the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . setExportActiveWorks ( true );...

    docs.aspose.com/cells/zh/nodejs-cpp/get-max-ran...
  4. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveoptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the document in C++.... // We can pass a SaveOptions object to specify a different...different page to render. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. pdf转docx出现异常,System.NullReferenceException - Fr...

    示例代码: Document pdfDocument = new Document(“d:\test1.pdf");test1.pdf (176.5 KB) DocSaveoptions Saveoptions = new DocSaveoptions(); Saveoptions.Format = DocSaveoptions.DocFormat.DocX; pdfDocument.Save(“d:\test1.docx”, …...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format...pdfDocument.Save(“d:\test1.docx”, saveOptions); asad.ali September 8, 2021...

    forum.aspose.com/t/pdf-docx-system-nullreferenc...
  6. 将电子邮件保存为 PDF|Documentation

    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.... SaveOptions . DefaultMhtml ); // create...the SaveFormat to Html var saveOptions = new Aspose . Words . Saving...

    docs.aspose.com/email/zh/net/saving-an-email-as...
  7. SaveOptions.CustomTimeZoneInfo | Aspose.Words f...

    Effortlessly manage date/time fields with Saveoptions CustomTimeZoneInfo. Set your unique local time zone for enhanced accuracy and flexibility....CustomTimeZoneInfo SaveOptions.CustomTimeZoneInfo property Gets...custom value. See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Stream too long when Saving PDF and using AsEmb...

    Using Aspose PDF version 24.6.0 <PackageVersion Include="Aspose.Pdf" Version="24.6.0" /> Using .Net 8.0.302 test.zip (9.9 MB) Using the PDF inside the ZIP file public void FromPdf() { var sourcePath = "T…...#=zDw3jK1COurbA(Stream #=zgUCURbktTRnA, SaveOptions #=zRR4mkcQ=) at Aspose.Pdf...#=zLC9J6YS6p5Pa(Stream #=z_72GXKC3Ybnl, SaveOptions #=zRR4mkcQ=) at Aspose.Pdf...

    forum.aspose.com/t/stream-too-long-when-saving-...
  9. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....Document (); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/fil...
  10. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....export HtmlSaveOptions saveOptions ; saveOptions . SetExportActiveWorks...GetColumnCount () - 1 ); saveOptions . SetExportArea ( exportArea...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...