Sort Score
Result 10 results
Languages All
Labels All
Results 8,101 - 8,110 of 213,157 for

new

(0.3 sec)
  1. Merge PS files using Java | Aspose.PDF

    Merge PS files programmatically with Java sample code using Aspose.PDF for Java...PsLoadOptions psLoadOptions = new com . aspose . pdf . PsLoadOptions...(); Document pdfDocument1 = new Document ( "sample1.pdf" , psLoadOptions...

    products.aspose.com/pdf/java/merger/ps/
  2. Merge SVG files using .NET | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/svg/
  3. 使用 Java 向 PDF 添加附件 | Aspose.PDF

    用于在 PDF 文件中添加附件的 Java 源代码。...document Document pdfDocument = new Document ( DATA_DIR . resolve...). toString ()); // Set up a new file to be added as attachment...

    products.aspose.com/pdf/zh-hans/java/attachment...
  4. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...to Word Presentation pres = new Presentation ( inputPres ); try...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/slides/java/conversion/ppt-...
  5. Convert PowerPoint Presentations to Animated GI...

    Easily convert PowerPoint presentations (PPT, PPTX) to animated GIFs in JavaScript with Aspose.Slides for Node.js via Java. Fast, high-quality results....standard settings: var pres = new aspose . slides . Presentation...settings in JavaScript: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  6. PdfSaveOptions.ImageCompression | Aspose.Words ...

    Optimize your PDF with PdfSaveOptions' ImageCompression property, allowing you to choose the best compression type for vibrant, high-quality images....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  7. DownsampleOptions | Aspose.Words for Java

    Allows to specify downsample options in Java.... Document doc = new Document(getMyDir() + "Images...PDF. PdfSaveOptions options = new PdfSaveOptions(); // By default...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = New FontSettings(); fontSe…...FontSettings fontSettings = new FontSettings(); fontSettings...; DocumentBuilder Builder = new DocumentBuilder(mainDoc); DocumentBuilder...

    forum.aspose.com/t/topic/312049
  9. Hebrew content turned out mirrored when using A...

    Hi team, I’m using Aspose PDF .NET to save a PDF file to another PDF, but I got an issue with Hebrew content. When I open a PDF file as a Document, collect pages and save it to another Document, contents of Hebrew turne…...PdfContentEditor pdfContentEditor = new PdfContentEditor(); pdfContentEditor...Document) { Document pdfDocument2 = new Document(); PageCollection pages...

    forum.aspose.com/t/hebrew-content-turned-out-mi...
  10. Merge MD files using Java | Aspose.PDF

    Merge MD files programmatically with Java sample code using Aspose.PDF for Java...option = new MdLoadOptions (); Document pdfDocument1 = new Document...option ); Document pdfDocument2 = new Document ( "sample2.md" , option...

    products.aspose.com/pdf/java/merger/md/