Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 32,697 for

saveoptions

(0.08 sec)
  1. 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…...PdfSaveOptions and set properties Dim saveOptions As New Aspose.Words.Saving...Saving.PdfSaveOptions() saveOptions.ExportDocumentStruct = True '...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  2. Issue with Symbol Rendering after Formatting Ch...

    Hello, we are encountering a rendering issue when converting a Word document to PDF using ** Example Dok1_Aspose.docx (14,7 KB) Example Dok1_Aspose_gerated with Aspose (with error).pdf (74,7 KB) **. The problem speci…...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...Save("path/to/output/document.pdf", saveOptions); Next Steps Test the above...

    forum.aspose.com/t/issue-with-symbol-rendering-...
  3. 乳胶到图像| .NET的Aspose.TeX

    要使用Aspose.TeX API解决方案。... SaveOptions = pngOptions; 14 15 // Run...DeviceWritesImages = false ; 13 options. SaveOptions = pngSaveOptions; 14 15 //...

    docs.aspose.com/tex/zh/net/latex-to-image/
  4. Convert a Document to PDF in Node.js|Aspose.Wor...

    Convert a document to PDF using Node.js. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....docx" ); let saveOptions = aw . saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . compliance = aw . saving . PdfCompliance...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  5. PDF to Excel number formatting conversion issue...

    We are using Aspose.PDF .NET to convert PDF’s that we’ve generated to Excel. Some of the PDF’s are converting correctly with no translation in numeric formatting, while others are converting the separators for European …...Document(file)) { ExcelSaveOptions saveOptions = new Aspose.Pdf.ExcelSaveOptions...Save(excelOutputFileName, saveOptions); } 146564-Protect Cost National-Black...

    forum.aspose.com/t/pdf-to-excel-number-formatti...
  6. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveoptionsBase for enhanced document saving. Customize your text format options for optimal results and efficiency....class TxtSaveOptionsBase : SaveOptions Properties Name Description...\n\n\t" )); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Convert Image To PDF C++

    Convert Image to PDF format in C++ code. Save Image as PDF using C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/image-...
  8. Convert HTML To DOCX C++

    Convert HTML to DOCX format in C++ code. Save HTML as DOCX using C++....html"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/html-t...
  9. Convert HTML To EPUB C++

    Convert HTML to EPUB format in C++ code. Save HTML as EPUB using C++....html"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Convert JPG To DOC C++

    Convert JPG to DOC format in C++ code. Save JPG as DOC using C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/jpg-to...