Sort Score
Result 10 results
Languages All
Labels All
Results 9,901 - 9,910 of 184,592 for

paged

(0.13 sec)
  1. التلاعب بالجداول في PDF موجود|Aspose.PDF for .NET

    تعلم كيفية العمل مع الجداول في ملفات PDF الموجودة باستخدام Aspose.PDF for .NET، مما يوفر مرونة في تعديل المستندات....first page with absorber absorber . Visit ( document . Pages [ 1...Get access to first table on page, their first cell and text fragments...

    docs.aspose.com/pdf/ar/net/manipulate-tables-in...
  2. PageSetup.OddAndEvenPagesHeaderFooter | Aspose....

    Scopri la proprietà PageSetup OddAndEvenPagesHeaderFooter per intestazioni e piè di pagina univoci sulle pagine pari e dispari, migliorando la presentazione del tuo documento....Write ( "Header for the first page" ); builder . MoveToHeaderFooter.... Write ( "Header for even pages" ); builder . MoveToHeaderFooter...

    reference.aspose.com/words/it/net/aspose.words/...
  3. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++....it will be visible on every page. builder -> MoveToHeaderFooter...the image at the center of the page. shape -> set_RelativeHorizontalPo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. PDF 파일에 타원 객체 추가|Aspose.PDF for .NET

    이 문서에서는 Aspose.PDF for .NET을 사용하여 PDF에 타원 객체를 만드는 방법을 설명합니다....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/ko/net/add-ellipse/
  5. 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...WriteLine("Paragraph {0} of section {1} on page {2}:", j, i, markup.Number);...

    forum.aspose.com/t/text-fragments-found-in-page...
  6. Specify Layout Options in Node.js|Aspose.Words ...

    Specify Layout Options for various document layouts using Node.js....continuousSectionPag to calculate page numbers in a continuous section...section that restarts page numbering, or ignorePrinterMetrics to...

    docs.aspose.com/words/nodejs-net/specify-layout...
  7. Общедоступный API Изменения в Aspose.Diagram 16...

    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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/ru/net/public-api-chang...
  8. Público API Cambios en Aspose.Diagram 16.12.0|D...

    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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/es/net/public-api-chang...
  9. Dividir Arquivo PDF em Páginas Individuais em R...

    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....através de todas as páginas pdf_page = 1 # for ( int pdfPage = 1...size (); pdfPage ++ ) while pdf_page <= pdf . getPages (). size ()...

    docs.aspose.com/pdf/pt/java/split-pdf-file-into...
  10. 用编程方式拆分 PDF|Aspose.PDF for C++

    本主题展示如何使用 C++ 将 PDF 页面拆分为单独的 PDF 文件。...为每次迭代,创建一个新的 Document 对象,并将单个 Page 对象复制到空文档中 1. 使用 Save 方法保存新的...遍历所有页面 for ( auto page : document -> get_Pages ()) { auto newDocument...

    docs.aspose.com/pdf/zh/cpp/split-pdf-document/