Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 214,994 for

new

(0.17 sec)
  1. Incorrect Text Redaction Formatting after Modif...

    We are using TextFragmentAbsorber to find and redact text in a PDF. The redactions are marked with square brackets like [Reason], and the logic does the following: Finds all fragments matching regex: \[(?s)(.*?)\] Upda…...TextFragmentAbsorber absorber = new TextFragmentAbsorber(searchTerm);...absorber.TextSearchOptions = new TextSearchOptions(true); doc...

    forum.aspose.com/t/incorrect-text-redaction-for...
  2. 使用 Java 从 PDF 中提取附件 | Aspose.PDF

    從PDF檔中提取附件的Java原始程式碼。...document Document pdfDocument = new Document ( DATA_DIR . resolve...getContents (); File file = new File ( fileSpecification . getName...

    products.aspose.com/pdf/zh-hant/java/attachment...
  3. HtmlSaveOptions.ExportTocPageNumbers | Aspose.W...

    Control TOC page numbers in HTML, MHTML, and EPUB exports with HtmlSaveOptions. Enhance navigation and user experience effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...intact. HtmlSaveOptions options = new HtmlSaveOptions { ExportTocPageNumbers...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Body.Accept | Aspose.Words for .NET

    Discover the Body Accept method for seamless visitor engagement. Enhance user experience and boost conversions with our unique approach!...DocumentToTxt () { Document doc = new Document ( MyDir + "Absolute...DocTextExtractor myDocTextExtractor = new DocTextExtractor (); Section...

    reference.aspose.com/words/net/aspose.words/bod...
  5. HeaderFooterCollection.ToArray | Aspose.Words f...

    Effortlessly convert your HeaderFooter collection into a New array with the ToArray method. Streamline your data management today!...HeaderFooter s from the collection to a new array of HeaderFooter s. public...HeaderFooterToText () { Document doc = new Document ( MyDir + "DocumentVisitor-compatible...

    reference.aspose.com/words/net/aspose.words/hea...
  6. FontSavingArgs.isSubsettingNeeded property | As...

    FontSavingArgs.isSubsettingNeeded property. Allows to specify whether the current font will be subsetted before exporting as a font resource....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PageSetup.oddAndEvenPagesHeaderFooter property ...

    PageSetup.oddAndEvenPagesHeaderFooter property. True if the document has different headers and footers for odd-numbered and even-numbered pages....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.SpaceBefore | Aspose.Words for ...

    Discover the ParagraphFormat SpaceBefore property to easily adjust paragraph spacing in points, enhancing your document's readability and style....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  9. Repair PDF with Rust via C++|Aspose.PDF for Rus...

    This topic describes how to Repair PDF via Rust via C++...PDF file and saving it as a new document is a common requirement...starting point for developers new to using PDF libraries like Aspose...

    docs.aspose.com/pdf/rust-cpp/repair-pdf/
  10. Cropped images do not render properly in HTML w...

    Hi, When converting DOCX to HTML, we set ScaleImageToShapeSize is set to false. This is to work around a sizing issue reported in https://forum.aspose.com/t/images-in-rendered-html-have-extra-size-and-caused-blurry-outp…...doc = new Document(@".\test.docx"); var saveOptions = new HtmlSaveOptions...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/cropped-images-do-not-render...