Sort Score
Result 10 results
Languages All
Labels All
Results 7,491 - 7,500 of 192,035 for

page

(0.32 sec)
  1. Creating a readable PDF from HOCR created by As...

    Hi again Aspose team. When trying to get Aspose.PDF to work in a certain workflow implementation that requires combining the following: An image to be converted to Pdf HOCR generated by Aspose.OCR, by saving a recogni…...new Document()) { Page page = pdfDocument.Pages.Add(); var image...MarginInfo(0, 0, 0, 0); page.PageInfo.Margin = margins; page.Paragraphs.Add(image);...

    forum.aspose.com/t/creating-a-readable-pdf-from...
  2. Aspose::Words::Document::RemoveBlankPages metho...

    Aspose::Words::Document::RemoveBlankPages method. Removes blank Pages from the document in C++....Pages method Removes blank pages from the document. System ::...RemoveBlankPages () ReturnValue List of page numbers has been considered...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a document or section. To learn more, visit the documentation article in C++....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF tries to map PDF page objects to PowerPoint shapes...// Force rasterisation for pages that contain unsupported vector...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  5. PDF ↔ Word conversion (C++ vs Java) — fidelity ...

    Hi Aspose Team, We are evaluating Aspose for PDF ↔ Word conversions and have two focused questions: Conversion fidelity / feature parity • Is the C++ version equivalent to the Java version for bidirectional PDF↔Word…...hand PDF documents are fixed page format documents . While loading...Aspose.Words converts Fixed Page Document structure into the...

    forum.aspose.com/t/pdf-word-conversion-c-vs-jav...
  6. Dither EPS images via Java | products.aspose.com

    Try our On-Premise document APIs to Dither EPS images on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....its file size and improving page load times. However, to prevent...formats (including uniform multi-page or multi-frame image processing)...

    products.aspose.com/imaging/java/dither/eps/
  7. Introduction and Creating Tables|Aspose.Words f...

    Create and manage tables in a document using Python.... What is this page about? This page explains how to create...be positioned anywhere on the page. By default, Aspose.Words always...

    docs.aspose.com/words/python-net/create-a-table/
  8. Several DOC Into JPG C#

    Merge multiple DOC into JPG in C# code. Save DOC as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-jpg/
  9. Several WORD Into TIFF C#

    Merge multiple a Word document into TIFF in C# code. Save a Word document as TIFF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-tiff/
  10. Several TEXT Into SVG C#

    Merge multiple TEXT into SVG in C# code. Save TEXT as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/text-to-svg/