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

saveoptions

(0.88 sec)
  1. Გადაიყვანეთ WORD PNG C#

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

    products.aspose.com/words/ka/net/conversion/wor...
  2. com.aspose.pdf.internal.ms.System.lv: startInde...

    I’m having trouble extracting a PDF, I use Aspose version 23.11, here is the document and code used MMC 7-2025 - Indicação políticas públicas Repp 2026 (Relatório de Fiscalização em Políticas Públicas e Programas de Gov…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...save(convertedFileName, saveOptions); ByteArrayOutputStrea baos...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  3. Save Presentations in C++|Aspose.Slides Documen...

    Discover how to save presentations in C++ using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....interface and the abstract SaveOptions class. Assign an IProgressCallback..., progress ); } }; auto saveOptions = MakeObject < PdfOptions...

    docs.aspose.com/slides/cpp/save-presentation/
  4. Save Presentations in JavaScript|Aspose.Slides ...

    Discover how to save presentations using Aspose.Slides for Node.js via Java—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....setProgressCallback method on SaveOptions and its subclasses. Provide...converted.` ); } }); let saveOptions = new aspose . slides . PdfOptions...

    docs.aspose.com/slides/nodejs-java/save-present...
  5. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....signature and assign it to our SaveOptions object to sign the document...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ImageSaveOptions.Clone | Aspose.Words for .NET

    Discover the ImageSaveoptions Clone method to effortlessly create a deep clone of your objects, enhancing your coding efficiency and flexibility....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET....PageSize enumeration in SaveOptions . You can choose from a variety...PresentationFormat property in SaveOptions . Setting Page Size and Rendering...

    docs.aspose.com/tasks/net/rendering-project-dat...
  8. CellsException : File format not supported - Fr...

    Dear sir, When converting a specific excel to a PDF we've encountered an error. (unfortunately, this exception isn't thrown by Aspose, so we couldn't catch it) com.aspose.cells.CellsException: This file's format is no…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setEmb...save(dir_to_output.pdf , saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/cellsexception-file-format-n...
  9. How to Convert MPP to SVG using C#

    This simple article provides details about how to convert MPP to SVG using C#. You can transform a MPP file to SVG using C# with the help of well defined steps and sample code containing a few lines of code only....to convert to SVG Set the SaveOptions options to set the output...disk and then using the SaveOptions class different options are...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-s...
  10. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveoptions.clone method. Creates a deep clone of this object....an image, we can pass a SaveOptions object to # select a pixel...

    reference.aspose.com/words/python-net/aspose.wo...