Sort Score
Result 10 results
Languages All
Labels All
Results 8,681 - 8,690 of 213,940 for

new

(0.83 sec)
  1. TIFF to PDF conversion causes font and width mi...

    Hi Team, I am converting a multipage TIFF file to PDF using Aspose for Java(we are using Aspose total). The conversion works, but the generated PDF doesn’t exactly match the original TIFF — there’s a mismatch in width a…...try (Document pdfDocument = new Document(); ImageInputStream...com.aspose.pdf.Image image = new com.aspose.pdf.Image(); File...

    forum.aspose.com/t/tiff-to-pdf-conversion-cause...
  2. Փոխարկել HTML Markdown Java

    Փոխարկեք HTML ը Markdown ձևաչափի Java կոդով: Պահեք HTML որպես Markdown օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  3. Փոխարկել HTML MARKDOWN Java

    Փոխարկեք HTML ը MARKDOWN ձևաչափի Java կոդով: Պահեք HTML որպես MARKDOWN օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  4. Փոխարկել HTML EPUB Java

    Փոխարկեք HTML ը EPUB ձևաչափի Java կոդով: Պահեք HTML որպես EPUB օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  5. Փոխարկել TEXT HTML Java

    Փոխարկեք TEXT ը HTML ձևաչափի Java կոդով: Պահեք TEXT որպես HTML օգտագործելով Java:...*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/te...
  6. Question about Digital Signature Preservation w...

    I am currently working with Aspose.PDF for .NET version 22.2.0 in a .NET 9 project, and I have an important question regarding digital signature preservation when filling PDF form fields. Current Situation: I need to fi…...snippet: Document doc = new Document(new FileStream(“document.pdf”...Sample(string pdfPath) { using var fs = new FileStream(pdfPath, FileMode...

    forum.aspose.com/t/question-about-digital-signa...
  7. Aspose.Cells 8.9.0中的公共API更改|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....HtmlSaveOptions HtmlSaveOptions options = new HtmlSaveOptions (); //Set default...of Workbook Workbook book = new Workbook ( dir + "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Bookmark Replacement Problem – Nested Bookmark ...

    Hello Team, I have two documents, and I am using a bookmark-replacement logic. I’m facing an issue where a bookmark gets removed if two bookmarks exist at the same location in the document. The inner bookmark named BOOK…...src = new Document(sourceDocPath); Document dst = new Document(targetDocPath);...; DocumentBuilder builder = new DocumentBuilder(dst); List<Bookmark>...

    forum.aspose.com/t/bookmark-replacement-problem...
  9. Creating PDF417 Barcodes|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....symbology ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...JRRenderable" > <![ CDATA [ new com . aspose . barcode . jr ...

    docs.aspose.com/barcode/jasperreports/creating-...
  10. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....Presentation Presentation pres = new Presentation ( "headerTest.pptx"...TextFrame . Text = "HI there new header" ; } } } } Manage Headers...

    docs.aspose.com/slides/net/presentation-header-...