Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 153,245 for

2

(0.53 sec)
  1. Getting Barcode Region Information from the Ima...

    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....$point [ 2 ] -> x . ", Y = " . ( string ) $point [ 2 ] -> y ....

    docs.aspose.com/barcode/java/getting-barcode-re...
  2. PDF to PDF-A-1B conversion is taking more time ...

    Hi Team, We are currently using Aspose Total and the aspose pdf version in use is 22.9. We found that certain documents like email printouts combined as a PDF, documents with multiple headers, more than 100 pages are ta…...where a email copy document of 2 Pages took around 26 Mins for...Discourse July 30, 2025, 1:17pm 2 @PrasanthTirlangi It sounds like...

    forum.aspose.com/t/pdf-to-pdf-a-1b-conversion-i...
  3. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...Discourse October 22, 2025, 12:34pm 2 @e.scanlan To fit an image to...auto fit the size of the cell. 2, Insert Picture over Cells Using...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  4. PDF to WORD not supported in Aspose WORDS java ...

    Hi, I am trying to PDF to DOCX using Aspose words for Java. I am using the latest version currently available which is 25.9. But when running this code (to convert a PDF to DOCX), I get this error: com.aspose.words.Un…...Family brissonp November 14, 2025, 2:05pm 1 Hi, I am trying to PDF...Discourse November 14, 2025, 2:05pm 2 @brissonp Based on similar...

    forum.aspose.com/t/pdf-to-word-not-supported-in...
  5. Doc Properties update TOC page numbering change...

    Hi Team, We are using the Doc properties update extensively and it works really well. but for few cases we see some challenges which causes some issue. the document table of content is getting changed after the doc pr…...Discourse November 3, 2025, 10:01am 2 @Sai_Prasad Why the TOC becomes...new Document("Input.docx"); // 2. Change built‑in and custom properties...

    forum.aspose.com/t/doc-properties-update-toc-pa...
  6. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly.... RemoveUnusedRegions 2 Specifies whether unused mail...Rows . Add ( new object [] { 2 , "Jane Doe" }); DataSet ds =...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Customize Presentation Shapes on Android|Aspose...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Android via Java: geometry paths, curved corners, composite shapes....All shapes consist of at least 2 anchor points linked to each other...corner point is a point where 2 straight lines join at an angle...

    docs.aspose.com/slides/androidjava/custom-shape/
  8. Working with Project Properties | Aspose.Tasks ...

    Learn how to use Aspose.Tasks for .NET to read and modify Microsoft Project (MPP/XML) properties, including defaults, summary info, fiscal year, weekdays, currency and custom properties....Create a project reader instance 2 Project project = new Project(...Create project from template file 2 Project project = new Project(...

    docs.aspose.com/tasks/net/working-with-project-...
  9. SVG Shapes – SVG Code Examples – Aspose.SVG Guide

    You learn how to create SVG shapes – SVG Rectangle, SVG Circle, SVG Line, SVG Ellipse, SVG Polyline, SVG Polygon, and how to apply style properties to them....org/2000/svg" > 2 < rect x = "60" y = "100" width..."http://www.w3.org/2000/svg" > 2 < rect x = "120" y = "140" width...

    docs.aspose.com/svg/net/drawing-basics/svg-shapes/
  10. Manage Presentation Tables in JavaScript|Aspose...

    Create & edit tables in PowerPoint slides with JavaScript and Aspose.Slides for Node.js. Discover simple code examples to streamline your table workflows....5 ); } } // Merges cells 1 & 2 of row 1 tbl . mergeCells ( tbl...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/nodejs-java/manage-table/