Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 190,038 for

paged

(0.21 sec)
  1. Convert a Visio Shape To Pdf|Documentation

    This section explains how to convert a visio shape to pdf with Aspose.Diagram.... get a particular page. get a particular shape. convert...Get a particular page Page page = diagram . Pages [ 0 ]; // Get...

    docs.aspose.com/diagram/net/convert-a-visio-sha...
  2. Issue Text : Box child can not be null - Free S...

    Hi, i have generating the pdf dynamically using c#. After appending the data to document, try to save the document using document.save or memory stream. During the time i have facing the below issue. Box child can not …...QuestionResp)) { page.Paragraphs.Add(new Aspose.Pdf...HtmlFragment(queshtml)); } else { page.Paragraphs.Add(new Aspose.Pdf...

    forum.aspose.com/t/issue-text-box-child-can-not...
  3. Создать Tagged PDF на Python|Aspose.PDF for Pyt...

    Узнайте, как создавать Tagged PDF документы на Python с Aspose.PDF for Python via .NET, включая PDF/UA Structure Elements, доступные Form, страницы TOC и автоматическое тегирование.... is_in_new_page = False position_settings ....() as document : document . pages . add () # Get Content for work...

    docs.aspose.com/pdf/ru/python-net/create-tagged...
  4. PageSetup.heading_level_for_chapter property | ...

    PageSetup.heading_level_for_chapter property. Gets or sets the heading level style that is applied to the chapter titles in the document....applied to page number. Before you can create page numbers that...Examples Shows how to work with page chapters. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PDF Text Annotation|Aspose.PDF for Java

    Aspose.PDF для Java позволяет добавлять, получать и удалять текстовые аннотации из вашего PDF документа....коллекцию аннотаций объекта Page . Следующий фрагмент кода показывает..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/ru/java/text-annotation/
  6. HorizontalAlignment enumeration | Aspose.Words ...

    aspose.words.drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating shape, text frame or floating table....floating image to the center of a page. doc = aw . Document () builder...overlapping text and align it to the page's center. shape = builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. Dibujos DWF|CAD Documentation

    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....establecer las propiedades page_height y page_width . Crear un objeto...establecer las propiedades page_height y page_width . Crear un objeto...

    docs.aspose.com/cad/es/python-net/developer-gui...
  8. PDF 문서 생성|Aspose.PDF for Java

    Aspose.PDF for Java에서 PDF 파일을 생성하는 방법을 배우세요.... Document 객체 인스턴스화 문서 객체에 Page 추가 TextFragment 객체 생성 TextFragment...new Document (); // 페이지 추가 Page page = document . getPages ()....

    docs.aspose.com/pdf/ko/java/create-document/
  9. Extract Tables from PDF using C# | Aspose.PDF

    Extract tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...TableAbsorber and iterate over pages Extract table content Save extracted...); foreach ( var page in pdfDocument . Pages ) { var absorber...

    products.aspose.com/pdf/net/table/extract/
  10. PDF Footer Insertion Using C# | Aspose.PDF

    Add footer to PDF programmatically with C# sample code using Aspose.PDF for .NET.... Add the Stamp to Page using AddStamp method. Save...foreach ( var page in pdfDocument . Pages ) { page . AddStamp (...

    products.aspose.com/pdf/net/footer/