Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 34,037 for

saveoptions

(0.2 sec)
  1. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...PdfSaveOptions saveOptions = new Aspose.Cells.PdfSaveOptions();...PdfSaveOptions(); saveOptions.OnePagePerSheet = false; saveOptions.AllColumnsInOnePageP...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  2. Გადაიყვანეთ HTML GIF C#

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

    products.aspose.com/words/ka/net/conversion/htm...
  3. Გადაიყვანეთ PDF Გამოსახულება C#

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

    products.aspose.com/words/ka/net/conversion/pdf...
  4. Გადაიყვანეთ TEXT PNG C#

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

    products.aspose.com/words/ka/net/conversion/tex...
  5. Გადაიყვანეთ WORD TIFF C#

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

    products.aspose.com/words/ka/net/conversion/wor...
  6. Aspose.PSD for Python via .NET 24.5 - Release N...

    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....psdImage : saveOptions = PdfOptions () saveOptions . pdf_core_options...psdImage . save ( outputFile , saveOptions ) PSDPYTHON-64. Fix the issue...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  7. Save Presentations on Android|Aspose.Slides Doc...

    Discover how to save presentations in Java using Aspose.Slides for Android—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....interface and the abstract SaveOptions class. Assign an IProgressCallback...ISaveOptions saveOptions = new PdfOptions (); saveOptions . setProgressCallback...

    docs.aspose.com/slides/androidjava/save-present...
  8. Bug 5124: Converting MapInfoTab to Shapefile- C...

    Hi Alexander, I forgot to report on this bug. Please see: Test data(input/output/QGIS) 5124 MapInfoTab to Shapefile.zip (13.3 KB) Thanks,...appropriate options var saveOptions = new ShapefileSaveOptions...shp", source.GeometryType, saveOptions)) { foreach (var feature...

    forum.aspose.com/t/bug-5124-converting-mapinfot...
  9. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); Saveoptions Saveoptions = Saveoptions.createSaveoptions(SaveFor…...”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  10. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to document content. When saving to PDF/A or PDF/UA in C# and the issue violates compliance, a warning is issued....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . WarningCallback.... Save ( "output.pdf" , saveOptions ); Q: What should I do to...

    docs.aspose.com/words/net/warnings-when-saving-...