Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 214,446 for

new

(0.17 sec)
  1. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....document Document pdfDocument = new Document ( GetDataDir () + "UpdateBookmarks...PdfBookmarkEditor bookmarkEditor = new PdfBookmarkEditor (); // Open...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  2. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization.... Document doc = new Document ( MyDir + "Tables.docx"...composite node. Document doc = new Document (); Paragraph para =...

    reference.aspose.com/words/net/aspose.words/node/
  3. 嵌入式字体 - PowerPoint Java API|Aspose.Slides for P...

    在 PowerPoint 演示文稿中使用嵌入式字体...实例化一个表示演示文稿文件的Presentation对象 $pres = new Presentation ( "EmbeddedFonts...get_Item ( 0 ) -> getImage ( new Java ( "java.awt.Dimension" ...

    docs.aspose.com/slides/zh/php-java/embedded-font/
  4. Question|Documentation

    A markup element that creates a closed-ended question....Responses Responses are provided on new lines after the opening # statement...placed one after the other or on new lines starting with a tab character...

    docs.aspose.com/omr/java/design-form/question/
  5. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...to image Presentation pres = new Presentation (); try { pres ...getSlides (). addFromHtml ( new StreamReader ( "file1.html" ));...

    products.aspose.com/slides/zh-hant/java/merger/...
  6. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...We have opened the following new ticket(s) in our internal issue...{ try { Workbook workbook = new Workbook(“columns hidden.xlsx”);...

    forum.aspose.com/t/row-column-headings-incorrec...
  7. Save Each Worksheet to a Different PDF File wit...

    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....xlsx" ); // Instantiate a new workbook and open the Excel file...its location const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/save-each-work...
  8. Aspose.PDF memory issues - Free Support Forum -...

    Hi, I’m operating on big pdf file (800MB), attached. I used Aspose.PDF for .NET, version 25.11 and 26.1. The desired result is to ensure in that file some metadata tags, I prepared 2 versions of code to achieve that. …...{ using (var outputStream = new MemoryStream()) { // Some source...pdf"); using (var pdfDocument = new Aspose.Pdf.Document(tempStream))...

    forum.aspose.com/t/aspose-pdf-memory-issues/325211
  9. Working with Images in PS file | Java

    How to add image to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-images/
  10. DocumentBuilder.InsertOleObjectAsIcon | Aspose....

    Effortlessly insert OLE objects as icons in your documents with DocumentBuilder. Customize icons and captions while ensuring seamless integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...using ( FileStream imageStream = new FileStream ( ImageDir + "Logo...

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