Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 32,777 for

saveoptions

(0.08 sec)
  1. Aspose.Svg 25.8.0 exception when using PageSetu...

    When attempting to convert an SVG to pdf with PageSetup.Sizing types ScaleContent and Contain we get an exception. The other 2 types work fine. This doesn’t seen to be document related but I do have a sample. System.Nul…...Configuration())) { var saveOptions = GetSaveOptions(); using...pdfDevice = new PdfDevice(saveOptions, filename) doc.RenderTo(pdfDevice);...

    forum.aspose.com/t/aspose-svg-25-8-0-exception-...
  2. 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...
  3. [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...
  4. 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-...
  5. 使用 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...
  6. 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...
  7. SaveOptions.allowEmbeddingPostScriptFonts prope...

    Saveoptions.allowEmbeddingPostScriptFonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved...allowEmbeddingPostSc property SaveOptions.allowEmbeddingPostSc property...Words.Saving class SaveOptions SaveOptions.defaultTemplate property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveoptions Saveoptions = new PdfSaveoptions(); Saveoptions.setCompliance(PdfCompliance.PDF_A_1_B); Saveoptions.setAllColumnsInOnePagePerSheet(true); fo…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...setCompliance(PdfCompliance.PDF_A_1_B); saveOptions.setAllColumnsInOnePa(true);...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  9. Utilizzo codifica ANSI e non Identity-H in conv...

    Buongiorno, in fase di conversione da docx a PDF utilizzando la compliance con PDF_UA i font utilizzati all’interno del PDF prodotto risultano con codifica ANSI. Com’è possibile forzare la codifica Identity-H? Grazie M…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.Compliance...Compliance = PdfCompliance.PdfUa; saveOptions.FontSettings = new FontSettings();...

    forum.aspose.com/t/utilizzo-codifica-ansi-e-non...
  10. OdtSaveMeasureUnit | Aspose.Words for Java

    Specified units of measure to apply to measurable document content such as shape widths and other during saving in Java....OdtSaveOptions saveOptions = new OdtSaveOptions(); { saveOptions.setMe..."OdtSaveOptions.Odt11Schema.odt", saveOptions); Fields Field Description...

    reference.aspose.com/words/java/com.aspose.word...