Sort Score
Result 10 results
Languages All
Labels All
Results 8,491 - 8,500 of 216,893 for

new

(0.26 sec)
  1. Გადაიყვანეთ 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/ka/java/conversion/ht...
  2. Გადაიყვანეთ HTML DOCX Java

    გადაიყვანეთ HTML DOCX Java ფორმატში კოდით. შეინახეთ HTML როგორც DOCX Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/ht...
  3. Bar code not appearing after conversion from XL...

    Hello Aspose Team, I am converting excel file into pdf using Aspose. After conversion bar codes are not correctly appearing in the PDF file. Please refer attachments Original file snapshotExcal.png (137.8 KB) PDF, af…...Excel file Workbook workbook = new Workbook("input.xlsx"); // Create...PdfSaveOptions saveOptions = new PdfSaveOptions(); // Enable barcode...

    forum.aspose.com/t/bar-code-not-appearing-after...
  4. 如何使用 Java 删除 Freetext 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Freetext 注释的 Java 示例代码。...PDF file Document document = new Document ( _dataDir + "sample_freetext...annotationSelector = new AnnotationSelector ( new FreeTextAnnotation...

    products.aspose.com/pdf/zh-hans/java/annotation...
  5. StructuredDocumentTag.level property | Aspose.W...

    StructuredDocumentTag.level property. Gets the level at which this SDT occurs in the document tree.... let doc = new aw . Document (); // Create a...contain plain text. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. NodeChangingArgs.Action | Aspose.Words for .NET

    Discover the NodeChangingArgs Action property to identify node change events effortlessly. Enhance your coding efficiency with this essential feature!...doc = new Document (); doc . NodeChangingCallback = new NodeChangingPrinter...(); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/nod...
  7. NodeChangingArgs.NewParent | Aspose.Words for .NET

    Discover the NodeChangingArgs NewParent property to efficiently access a node's future parent after operations complete. Enhance your coding with ease!...doc = new Document (); doc . NodeChangingCallback = new NodeChangingPrinter...(); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Merging PDF with XFDF not working - Free Suppor...

    Hi, I'm testing the Aspose PDF library and I'm trying to merge a PDF file with an XFDF file (xfdf includes INK Annotations). Test code (see below) runs without any problems but the output pdf file does not include the …...License pdflicense = new Aspose.Pdf.License(); pdflicense...false; var annotationEditor = new PdfAnnotationEditor(); annotationEditor...

    forum.aspose.com/t/merging-pdf-with-xfdf-not-wo...
  9. 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...
  10. 使用 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...