Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 223,147 for

new

(0.27 sec)
  1. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells for Node.js via C++....Workbook object const workbook = new AsposeCells . Workbook (); const...template file const sourceWb = new AsposeCells . Workbook ( sourceFilePath...

    docs.aspose.com/cells/nodejs-cpp/applying-text-...
  2. Change the Font on Specific Unicode Characters ...

    Learn how to modify fonts for specific Unicode characters during PDF conversion using Aspose.Cells for Python via .NET. Ensure precise text rendering with character‑level font substitution....cannot be displayed with Times New Roman but can be shown with fonts...a specific font (e.g., Times New Roman), Aspose.Cells changes...

    docs.aspose.com/cells/python-net/change-the-fon...
  3. FontSavingArgs.FontFileName | Aspose.Words for ...

    Discover the FontSavingArgs FontFileName property, easily manage font file names and enhance your design workflow with seamless saving capabilities....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  4. VisitorAction | Aspose.Words for Java

    Allows the visitor to control the enumeration of nodes in Java....throws Exception { Document doc = new Document(getMyDir() + "Absolute...DocTextExtractor myDocTextExtractor = new DocTextExtractor(); Section fisrtSection...

    reference.aspose.com/words/java/com.aspose.word...
  5. Extract PDF to Text file - Free Support Forum -...

    Hi there, I have attached a PDF page where paragraphs are in columns format. When i try to extract text using Apose.PDF, it is unable to read the actual paragraphs. Instead it is reading horizontally with tab space. Ca…... Document pdfDocument = new Document(dataDir + "Page10.pdf");...ParagraphAbsorber absorber = new ParagraphAbsorber(); absorber...

    forum.aspose.com/t/extract-pdf-to-text-file/244862
  6. Question about Digital Signature Preservation w...

    I am currently working with Aspose.PDF for .NET version 22.2.0 in a .NET 9 project, and I have an important question regarding digital signature preservation when filling PDF form fields. Current Situation: I need to fi…...snippet: Document doc = new Document(new FileStream(“document.pdf”...Sample(string pdfPath) { using var fs = new FileStream(pdfPath, FileMode...

    forum.aspose.com/t/question-about-digital-signa...
  7. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....Presentation Presentation pres = new Presentation ( "headerTest.pptx"...TextFrame . Text = "HI there new header" ; } } } } Manage Headers...

    docs.aspose.com/slides/net/presentation-header-...
  8. Bookmark Replacement Problem – Nested Bookmark ...

    Hello Team, I have two documents, and I am using a bookmark-replacement logic. I’m facing an issue where a bookmark gets removed if two bookmarks exist at the same location in the document. The inner bookmark named BOOK…...src = new Document(sourceDocPath); Document dst = new Document(targetDocPath);...; DocumentBuilder builder = new DocumentBuilder(dst); List<Bookmark>...

    forum.aspose.com/t/bookmark-replacement-problem...
  9. Convert PDF to DOCX - output document has bold ...

    Hello Aspose team, After the upgrading of the aspose pdf version to 20.11, we encountered issues with fonts. The words which are supposed to be bold are being double bold (refer to the screenshot provided in the zip fil…...for testing: Document doc = new Document(dataDir + "output.pdf");...DocSaveOptions saveOption = new DocSaveOptions(); saveOption...

    forum.aspose.com/t/convert-pdf-to-docx-output-d...
  10. Creating PDF417 Barcodes|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....symbology ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...JRRenderable" > <![ CDATA [ new com . aspose . barcode . jr ...

    docs.aspose.com/barcode/jasperreports/creating-...