Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 153,232 for

2

(0.16 sec)
  1. Aspose::Words::Fields::FieldBuilder class | Asp...

    Aspose::Words::Fields::FieldBuilder class. Builds a field from field code tokens (arguments and switches). To learn more, visit the documentation article in C++....field -> GetFieldCode ()); // 2 - Nested field: // Use a field...leftExpression -> AddArgument ( 2 ); leftExpression -> AddArgument...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. OutlineOptions.headings_outline_levels property...

    OutlineOptions.headings_outline_levels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline....2' ) builder . paragraph_format...'Heading 1.2.1' ) builder . writeln ( 'Heading 1.2.2' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. 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...
  5. 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...
  6. FieldToa | Aspose.Words for Java

    Implements the TOA field in Java....insertToaEntry(builder, "2", "Source 2"); // This entry will appear...insertToaEntry(builder, "1", "Source 2"); fieldTA.isBold(true); fieldTA...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. 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...
  9. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....write("Original cell 2 text"); builder.endTable(); //...getRuns().get(0).setText("Edited Cell 2 contents"); ((Shape)docEdited...

    reference.aspose.com/words/java/com.aspose.word...
  10. Using border-radius and box-shadow in Html -> P...

    Hello, I’m trying to get a rectangle with rounded corners and shadow by converting HTML into PDF. I’m using latest Aspose.HTML v25.05 for this. A proper HTML does not work when processing through Aspose.Html and saving…...position: absolute; z-index: 2; padding: 10px; } .rounded { border-radius:..."output.pdf"); comparison.png (84.2 KB) output.pdf (14.9 KB) ctrtemplate...

    forum.aspose.com/t/using-border-radius-and-box-...