Sort Score
Result 10 results
Languages All
Labels All
Results 9,301 - 9,310 of 216,915 for

new

(0.65 sec)
  1. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Create a new PDF document object using the...document_get_pages function. Add a new page to the pages collection...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  2. Merge PS files using .NET | Aspose.PDF

    Merge PS files programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var options = new Aspose . Pdf . PsLoadOptions...PsLoadOptions (); var pdfDocument1 = new Aspose . Pdf . Document ( inputFile1...

    products.aspose.com/pdf/net/merger/ps/
  3. Merge SVG files using Java | Aspose.PDF

    Merge SVG files programmatically with Java sample code using Aspose.PDF for Java...svgLoadOptions = new SvgLoadOptions (); Document pdfDocument1 = new Document...svgLoadOptions ); Document pdfDocument2 = new Document ( "sample2.svg" , svgLoadOptions...

    products.aspose.com/pdf/java/merger/svg/
  4. Merge XML files using .NET | Aspose.PDF

    Merge XML files programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var options = new Aspose . Pdf . XmlLoadOptions...Document object var pdfDocument1 = new Aspose . Pdf . Document ( "document1...

    products.aspose.com/pdf/net/merger/xml/
  5. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....a VSD file Diagram diagram = new Diagram ( dataDir + "ExportToImage...load diagram Diagram diagram = new Diagram ( dataDir + "ExportPageToImage...

    docs.aspose.com/diagram/java/convert-visio-to-i...
  6. HtmlSaveOptions.ExportHeadersFootersMode | Aspo...

    Discover how the HtmlSaveOptions ExportHeadersFootersMode property optimizes header and footer output for HTML, MHTML, and EPUB formats. Maximize your document's presentation!... Document doc = new Document ( MyDir + "Header and...HtmlSaveOptions saveOptions = new HtmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  7. SaveOptions.UpdateFields | Aspose.Words for .NET

    Discover how the SaveOptions UpdateFields property optimizes document saving by updating specific field types before converting to fixed formats. Default, true....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfSaveOptions.JpegQuality | Aspose.Words for .NET

    Optimize your PDF images with PdfSaveOptions' JpegQuality property, allowing you to control JPEG quality for stunning document visuals....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  9. WarningInfoCollection Class | Aspose.Words for ...

    Discover Aspose.Words.WarningInfoCollection, a powerful class for managing WarningInfo objects, enhancing document processing and error handling.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...
  10. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....range that contains charts to a new worksheet, the data source of...after copying rows or range to a new worksheet, the data source will...

    docs.aspose.com/cells/cpp/change-data-source-of...