Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 213,069 for

new

(0.14 sec)
  1. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....data record is merged into a new merge document. Examples: Shows...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...document Document pdfDocument = new Document("input.pdf"); // Loop...io.OutputStream imageStream = new java.io.FileOutputStream("Converted_Image"...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...
  3. Manage Audio in Presentations Using PHP|Aspose....

    Create and control audio frames in Aspose.Slides for PHP—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....a presentation file $pres = new Presentation (); try { # Gets...stream $fstr = new Java ( "java.io.FileInputStream" , new Java ( "java...

    docs.aspose.com/slides/php-java/audio-frame/
  4. How to Create an archive for storing either one...

    Create archives for single or multiple files in Zip, XAR, TAR, CPIO and other archive formats using .NET...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/net/advanced-api-featur...
  5. Გადაიყვანეთ WORD TIFF C#

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

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

    გადაიყვანეთ Გამოსახულება GIF C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/ka/net/conversion/ima...
  7. Add, Extract, or Remove Attachments in PDF usin...

    Java source code to add, extract and remove Attachments in PDF file.... Create a new Java project. Add a reference...document Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/attachments/
  8. Signed License Support - Alternative to License...

    Does Aspose.PDF for .NET support signed licenses? For example, instead of using a physical license file: license.SetLicense(“path/to/file.lic”); Can I use a signed license string directly in code like: license.SetLic…...License File : License license = new License(); license.SetLicens...: using (FileStream stream = new FileStream("path/to/your/license/file...

    forum.aspose.com/t/signed-license-support-alter...
  9. Section.appendContent method | Aspose.Words for...

    Section.appendContent method. Inserts a copy of content of the source section at the end of this section.... No new section is created in the destination...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. MarkupLevel enumeration | Aspose.Words for Node.js

    Aspose.Words.Markup.MarkupLevel enumeration. Specifies the level in the document tree where a particular [StructuredDocumentTag](../structureddocumenttag/) can occur....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

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