Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 142,371 for

paged

(0.11 sec)
  1. إضافة رقم الصفحة إلى PDF باستخدام C++|Aspose.PD...

    تتيح لك Aspose.PDF for C++ إضافة ختم رقم الصفحة إلى ملف PDF الخاص بك باستخدام فئة PageNumber Stamp....يمكنك استدعاء AddStamp طريقة من Page لإضافة الختم في PDF. يمكنك أيضًا...//pageNumberStamp.Format = "Page # of " + pdfDocument.Pages.Count; //pageNumberStamp...

    docs.aspose.com/pdf/ar/cpp/add-page-number/
  2. PDF do JPEG Scalanie przy użyciu Python | Aspos...

    Połącz dwa lub więcej dokumentów PDF w jeden plik JPEG programowo z przykładowym kodem Python przy użyciu pliku Aspose.PDF dla Python for .NET...JpegDevice ( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str...

    products.aspose.com/pdf/pl/python-net/merger/pd...
  3. Манипуляция таблицами в существующем PDF|Aspose...

    Узнайте, как работать с таблицами в существующих 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/ru/net/manipulate-tables-in...
  4. FootnoteNumberingRule enumeration | Aspose.Word...

    aspose.words.notes.FootnoteNumberingRule enumeration. Determines when automatic footnote or endnote numbering restarts.... RESTART_PAGE Numbering restarts at each page. Valid for footnotes...show up at the bottom of each page that contains # their reference...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldTA class | Aspose.W...

    Aspose::Words::Fields::FieldTA class. Implements the TA field. To learn more, visit the documentation article in C++....apply bold formatting to the page number for the entry. get_IsDirty...apply italic formatting to the page number for the entry. get_IsLocked...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. PageInfo class | Aspose.Words for Node.js

    Aspose.Words.Rendering.PageInfo class. Wraps ``Size`` for public API Node.js porting.... Remarks The page width and height returned by...represent the “final” size of the page e.g. they are already rotated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Python का उपयोग करके फ़ाइल की सामग्री को अनुकूल...

    Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS गुणवत्ता खोए बिना। दस्तावेज़ की सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # वर्तमान पृष्ठ छवि...

    products.aspose.com/words/hi/python-net/compress/
  8. DOC को Python में संपीड़ित करें

    गुणवत्ता खोए बिना DOC को Python में संपीड़ित करें। DOC सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...doc", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # वर्तमान पृष्ठ छवि...

    products.aspose.com/words/hi/python-net/compres...
  9. How to Create Table in PDF Files using C# | Asp...

    Do you know how easily create table in PDF via Python? Create table in PDF with high quality using .NET PDF library....simple PDF document with a single page and a text fragment using Aspose...Document (); // Add page Page page = pdf_doc . Pages . Add (); // Place...

    products.aspose.com/pdf/tutorial/create-table-pdf/
  10. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Type...

    docs.aspose.com/ocr/net/image-regions-word-find/