Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 150,874 for

2

(0.32 sec)
  1. Extract pdf fields including checkboxes - Free ...

    Hi There, I am trying to get all Pdf fields (textbox, checkbox, date etc). When I tried following code I am getting 4 fields only. Am I missing something? Aspose.Pdf.dll Version: 9.9.0.0 Code: public static void Mai…...ahmad January 8, 2015, 7:41am 2 Hi John, Thanks for your inquiry...textBoxField = pdfDocument.Form.Fields[2] as TextBoxField; textBoxField...

    forum.aspose.com/t/extract-pdf-fields-including...
  2. How to Save a OneNote Document | Aspose.Note Do...

    Learn how to save a OneNote document with detailed instructions....one" ; 2 string dataDir = RunExamples....string inputFile = "Sample1.one" ; 2 string dataDir = RunExamples....

    docs.aspose.com/note/net/save-a-onenote-document/
  3. 搜索

    搜索...h(5); } } // 合併單元格 (1, 1) x (2, 1) table->MergeCells(table->idx_get(1...table->idx_get(2, 1), false); // 合併單元格 (1, 2) x (2, 2) table->Me...

    blog.aspose.com/zh-hant/slides/create-powerpoin...
  4. PresetTexture Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.PresetTexture enum to enhance your shapes with customizable textures for stunning document designs.... Bouquet 2 Bouquet texture. BrownMarble 3...{ 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3.2 , 0.8 , 1.7 });...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C# to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formula =MOD(ROW(),2)=0 to =MOD(COLUMN(),2)=0 , that is, instead...Document Assistant Close Adding 2-Color Scale and 3-Color Scale...

    docs.aspose.com/cells/net/apply-shading-to-alte...
  6. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formula =MOD(ROW(),2)=0 as =MOD(COLUMN(),2)=0 , that is; instead... will look as follow. Adding 2-Color Scale and 3-Color Scale...

    docs.aspose.com/cells/go-cpp/apply-shading-to-a...
  7. Extract all Header Text and Level from PDF Docu...

    Please provide code parser all header text from an existing PDF document....ali May 1, 2025, 12:09pm 2 @ln22 There is no such entities...existing document. ln22 May 1, 2025, 2:13pm 3 Sorry if my question was...

    forum.aspose.com/t/extract-all-header-text-and-...
  8. BufferedInputStream or Files.newInputStream to ...

    For merging pdf files, I wonder which stream class I should use with PdfFileEditor, BufferedInputStream or Files.newInputStream? Will BufferedInputStream perform better?...Discourse January 26, 2026, 8:20pm 2 @stonechen28 You want to know...is part of the newer Java NIO.2 API and returns a Stream , whereas...

    forum.aspose.com/t/bufferedinputstream-or-files...
  9. OutlineLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.OutlineLevel enum to easily manage paragraph outline levels in your documents for enhanced organization and clarity....is at the outline level 2. Level3 2 The paragraph is at the outline...Writeln ( "Paragraph outline level 2." ); // Two paragraphs of the...

    reference.aspose.com/words/net/aspose.words/out...
  10. Word bookmarks loose ID - Free Support Forum - ...

    Hi, Aspose team. Scenario: Aspose.Words 25.4.0 breaks Word bookmark IDs when resaving a DOCX document. The sample document has 2 bookmarks in the footer. Issue (actual behavior): If I resave a DOCX document with Aspose…... The sample document has 2 bookmarks in the footer. Issue...resaving the doc. document.docx (64.2 KB) var path = @"./document.docx";...

    forum.aspose.com/t/word-bookmarks-loose-id/312334