Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 10,603 for

page count

(0.4 sec)
  1. Working with Digital Signatures|Aspose.Words fo...

    Digitally sign documents and detect, Count, verify, and remove existing digital signatures using Node.js....after loading by checking the Count property of the Document.digitalSignatures...results. Please refresh the page and try again....

    docs.aspose.com/words/nodejs-net/working-with-d...
  2. Font Metadata | Node.js Solution

    Unlock comprehensive font insights with our Node.js API. Extract metadata effortlessly for TTF, OTF, and more, enhancing your font management process....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/font/nodejs-cpp/metadata/
  3. Working with Operators using C++|Aspose.PDF for...

    This topic explains how to use operators with Aspose.PDF in C++. The operator classes provide great features for PDF manipulation....painting a graphical shape on the page. An operator keyword is distinguished...elements to be painted on a page. More details about PDF operators...

    docs.aspose.com/pdf/cpp/operators/
  4. Extract Data from Table in PDF|Aspose.PDF for C++

    Learn how to extract tabular from PDF using Aspose.PDF for C++....table extraction from the all pages: void ExtractTable () { std...// Scan pages for ( auto page : document -> get_Pages ()) { absorber...

    docs.aspose.com/pdf/cpp/extract-data-from-table...
  5. Aspose::Words::Framesets::Frameset class | Aspo...

    Aspose::Words::Framesets::Frameset class. Represents a frames Page or a single frame on a frames Page. To learn more, visit the documentation article in C++....Represents a frames page or a single frame on a frames page. To learn more...of child frames and frames pages. get_FrameDefaultUrl () Gets...

    reference.aspose.com/words/cpp/aspose.words.fra...
  6. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...paragraph, the margin or the page). The relative positioning of...containing block of this shape. count Gets the number of immediate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Generate Aztec Code in C#|Documentation

    Aspose.BarCode for .NET allows generating square-grid high-density two-dimensional Aztec barcodes.... Layers Count Is Set to Auto Is Set to 10...BarCodeImageFormat . Png ); //set layers count to 10 gen . Parameters . Barcode...

    docs.aspose.com/barcode/net/aztec-code-barcodes/
  8. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...WriteLine("### Number of markups found on page {0} : {1}", markup.Number, markup...markup.TextFragments.Count); int i = 1; foreach (MarkupSection...

    forum.aspose.com/t/text-fragments-found-in-page...
  9. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities.... Count { get; } Gets the number of...AppendChild ( section ); // Set some page setup properties for the section...

    reference.aspose.com/words/net/aspose.words/par...
  10. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the Page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...pdf, if we want to convert the page to a png (or svg or all other...pageCount <= pdfDocument.Pages.Count; pageCount++) { using (FileStream...

    forum.aspose.com/t/accessing-images-in-this-pdf...