Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 224,037 for

new

(1.18 sec)
  1. HtmlSaveOptions.ExportLanguageInformation | Asp...

    Control language export in HTML, MHTML, or EPUB with HtmlSaveOptions. Enhance document accessibility and reach a wider audience effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose.PDF throws “Startxref not found” althoug...

    Aspose.PDF for .NET While merging PDFs, Aspose.PDF throws: Aspose.Pdf.InvalidPdfFileFormatException: Startxref not found The exception occurs when creating Aspose.Pdf.Document from an input PDF. Observation The probl…...requestfrom=null) { Document pdfDocument = new Document(); // Iterate through...files and append them to the new document foreach (string inputFile...

    forum.aspose.com/t/aspose-pdf-throws-startxref-...
  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. Add an image in PS files | .NET

    .NET API Solution to work with PS, XPS and EPS files. Learn how to add images to a PS file with the attached C# code snippet...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/add-image-to-ps/
  7. ReflectionFormat | Aspose.Words for Java

    Represents the reflection formatting for an object in Java.... Document doc = new Document(getMyDir() + "Various..."Shape.Reflection.docx"); doc = new Document(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldMergeBarcode.ErrorCorrectionLevel | Aspose...

    Discover the FieldMergeBarcode ErrorCorrectionLevel property to optimize your QR Code's reliability. Set values from 0 to 3 for enhanced error correction....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  9. CustomXmlProperty | Aspose.Words for .NET

    Discover the CustomXmlProperty constructor. Easily create and initialize New instances for seamless XML property management in your projects....CustomXmlProperty constructor Initializes a new instance of this class. public...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words.mar...
  10. 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...