Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 213,038 for

new

(0.12 sec)
  1. PdfFileMend 类|Aspose.PDF for Java

    本节介绍如何使用 PdfFileMend 类处理 Aspose.PDF Facades。...AddText01 () { PdfFileMend mender = new PdfFileMend (); mender . BindPdf...pdf" ); FormattedText message = new FormattedText ( "欢迎来到 Aspose...

    docs.aspose.com/pdf/zh/java/pdffilemend-class/
  2. Guidance on Functions for True Redaction in Asp...

    Hello Aspose Support, We need to perform true, irreversible redaction across Word (DOC/DOCX) and PDF using Aspose.Total — not just masking, but fully deleting sensitive text and metadata so nothing remains searchable or…...document Document pdfDocument = new Document("input.pdf"); // Create...redaction = new RedactionAnnotation(pdfDocument.Pages[1], new Rectangle(100...

    forum.aspose.com/t/guidance-on-functions-for-tr...
  3. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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.... It includes not only new and updated public methods, added...LoadOptions class var options = new Aspose . Cells . LoadOptions...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Save OneNote Document as Image | Aspose.Note Do...

    Learn how to save a OneNote document as image formats including BMP, JPG, Jpeg, TIFF using Java API....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/save-a-onenote-docume...
  5. SdtType | Aspose.Words for Java

    Specifies the type of a structured document tag SDT node in Java....Document doc = new Document(); StructuredDocumentTa sdt = new StructuredDocumentTa(doc...field. DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  6. Manage Worksheets|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....Worksheets to a New Excel File To create a new Excel file programmatically:...passing the sheet index of the new worksheet to the WorksheetCollection...

    docs.aspose.com/cells/go-cpp/manage-worksheets/
  7. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  8. Manage Presentation Zoom in C++|Aspose.Slides D...

    Create and customize Zoom with Aspose.Slides for C++ — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...() -> idx_get ( 0 ); //Adds new slides to the presentation auto...

    docs.aspose.com/slides/cpp/manage-zoom/
  9. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...Document doc = new Aspose.Words.Document(context...SourcePath); doc.FontSettings = new FontSettings(); doc.FontSettings...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  10. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....Open document try { document = new Document ( inputStream ); } catch...all fields StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...