Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 33,729 for

new

(0.04 sec)
  1. Read Barcode Properties and Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... let generator = new BarcodeGenerator ( EncodeTypes...( "test.png" ); let reader = new BarCodeReader ( "test.png" ,...

    docs.aspose.com/barcode/nodejsjava/read-barcode...
  2. AxisTimeUnit | Aspose.Words for Java

    Specifies the unit of time for axes in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  3. InsertDocument custom margins issue - Free Supp...

    When i use DocumentBuilder’s InsertDocument builtin method , if the inserted document has bespoke margins their format won’t be copied on the final document, and i specifically use the 2nd parameter ImportFormatMode.Keep…...ImportFormatOptions : Document mainDoc = new Document("MainDocument.docx");...docx"); Document subDoc = new Document("SubDocument.docx"); DocumentBuilder...

    forum.aspose.com/t/insertdocument-custom-margin...
  4. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Java. Step-by-step guide with code examples included....Presentation presentation = new Presentation ( "presentation...TIFF: TiffOptions tiffOptions = new TiffOptions (); tiffOptions ...

    docs.aspose.com/slides/java/convert-powerpoint-...
  5. Convert PowerPoint Presentations to TIFF in PHP...

    Learn how to easily convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for PHP via Java. Step-by-step guide with code examples included.... $presentation = new Presentation ( "presentation...black-and-white TIFF: $tiffOptions = new TiffOptions (); $tiffOptions...

    docs.aspose.com/slides/php-java/convert-powerpo...
  6. Could not read images in PDFs using Aspose.PDF ...

    I’m trying to read attached PDF file using Aspose.pdf JAVA library. In this PDF file there is an element (image.png (482 Bytes) ) which I’m unable to extract using Aspose.pdf library. I need to check whether there is an…...License license = new com.aspose.pdf.License(); try...aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(filePath);...

    forum.aspose.com/t/could-not-read-images-in-pdf...
  7. Aspose.PSD for .NET 22.12 - 发行说明|Documentation

    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.... Save ( psdExportPath , new PsdOptions ( image )); } // 打开调整大小后的...image . Save ( pngExportPath , new PngOptions ()); } PSDNET-1277...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance document clarity!...then the table continues on a new row. Use the RowFormat property...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. DocumentBuilder.CellFormat | Aspose.Words for .NET

    Explore the DocumentBuilder CellFormat property for seamless table cell formatting. Enhance your documents with customizable styles and properties today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...at its current cell, and any new cells creates afterwards. builder...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Document.Compliance | Aspose.Words for .NET

    Ensure your OOXML documents meet compliance standards effortlessly. Our tool analyzes content to verify OOXML compliance, enhancing document integrity....; } Remarks If you created a new blank document or load non OOXML...Microsoft Word. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...