Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 213,277 for

new

(0.17 sec)
  1. How to Zip Files Without Compression via Java

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/java/advanced-api-featu...
  2. Aspose.Drawing memory leak in Csharp - Free Sup...

    When I convert pdf to tiff, it takes a lot of ressource. My PDF is 1300K (any pdf does the same) and after 5 calls ended the process still takes 1.7g, even after 5 minutes it’s completion and idle. Here is my code. us…...License license = new Aspose.Pdf.License(); license...= null; using (pdfDocument = new Document("1300KFile.pdf")) {...

    forum.aspose.com/t/aspose-drawing-memory-leak-i...
  3. PreferredWidth | Aspose.Words for Java

    Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Psd-java The saved psd file cannot be opened - ...

    After deleting the layers and introducing a New smartobject and saving the file, I cannot open the saved PSD file using Photoshop. // 加载 PSD 文件 String materialPath = “ZNDX.psd”; PsdImage materImage = (PsdImage) Image.…...the layers and introducing a new smartobject and saving the file..."TRF6242.png"; FileStream stream = new FileStream(filePath, FileMode...

    forum.aspose.com/t/psd-java-the-saved-psd-file-...
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  9. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter(); HtmlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. Using Text Annotation for PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Text Annotation from your PDF document....document using ( var document = new Aspose . Pdf . Document ( dataDir...annotation var textAnnotation = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/net/text-annotation/