Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 33,691 for

saveoptions

(0.09 sec)
  1. Გადაიყვანეთ PDF RTF C#

    გადაიყვანეთ PDF RTF C# ფორმატში კოდით. შეინახეთ PDF როგორც RTF C#....pdf"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/pdf...
  2. Փոխարկել Պատկեր PDF C#

    Փոխարկեք Պատկեր ը PDF ձևաչափի C# կոդով: Պահեք Պատկեր որպես PDF օգտագործելով C#:...png"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/hy/net/conversion/ima...
  3. Გადაიყვანეთ JPG DOCX C#

    გადაიყვანეთ JPG DOCX C# ფორმატში კოდით. შეინახეთ JPG როგორც DOCX C#....jpg"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/jpg...
  4. Გადაიყვანეთ Word, PDF Და Მრავალი Სხვა Ფაილის Ფო...

    გადააკეთეთ დოკუმენტები პროგრამულად Java სხვადასხვა ფაილის ფორმატებს შორის: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG და მრავალი სხვა....docx"); ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...getPageCount(); page++) { saveOptions.setPageSet(new PageSet(page));...

    products.aspose.com/words/ka/java/conversion/
  5. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...loadOptions); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportListLabels(com.aspose.words...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  6. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting to PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal documents to PDF, the layout remains correct. However, when con…...PdfSaveOptions PdfSaveOptions saveOptions = new PdfSaveOptions(); //...layout for vertical text saveOptions.setPageLayout(PdfPageLayout...

    forum.aspose.com/t/ensure-vertical-text-layout-...
  7. PSD ファイルをオンラインで編集 | products.aspose.com

    PSD アドビフォトショップファイルをオンラインで編集...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/jp/editor/
  8. PDF to Word conversion issues (source document ...

    Hello, I am experiencing significant issues when converting a PDF to Word using Aspose.PDF 25.8.0. The output DOCX introduces formatting and rendering problems that make the converted document difficult to use. …...pdf"); DocSaveOptions saveOptions = new DocSaveOptions { Format...pdfDocument.Save("output.docx", saveOptions); If these steps do not resolve...

    forum.aspose.com/t/pdf-to-word-conversion-issue...
  9. Introduction | Developers Guide | Aspose.Zip fo...

    Discover the basic features of Aspose.Zip for .NET in the Introduction section of the Developers Guide. Learn how to manage, compress, extract, and convert archive formats like ZIP, RAR, 7Z, and TAR with ease, using the powerful Aspose.Zip API....Save(stream, ArchiveSaveOptions saveOptions = null ) 2 3 archive.Save(filePath...Save(filePath, ArchiveSaveOptions saveOptions = null ) Archive Extraction...

    docs.aspose.com/zip/net/introduction/
  10. Missing inline images after conversion from msg...

    I convert a msg file to HTML by MailMessage mail = MailMessage.load(msgPath); Saveoptions opt = Saveoptions.createSaveoptions(MailMessageSaveType.getHtmlFormat()); mail.save(htmlPath, opt); Some images are changed to Ba…...load(msgPath); SaveOptions opt = SaveOptions.createSaveOptio...

    forum.aspose.com/t/missing-inline-images-after-...