Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 88,484 for

paged

(0.07 sec)
  1. WORD를 JPG Python로 변환

    Python WORD 을 JPG 형식으로 변환합니다. Python 사용하여 WORD 을 JPG로 저장합니다....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/ko/python-net/convers...
  2. Zet PDF In JPG C#

    Converteer PDF naar JPG indeling in C# code. Sla PDF als JPG met C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/nl/net/conversion/pdf...
  3. Изменения страницы XPS на основе событий | С++

    Узнайте, как вносить повторяющиеся изменения во все выходные страницы во время преобразования файла XPS с помощью API Aspose.Page для C++....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/ru/cpp/xps/event-based-mod...
  4. Як шукати в PDF за допомогою C# | Знайти та під...

    Search and highlight text in PDF using C#. Learn how to search in PDF using C#, find keywords, extract matches, use regex, and redact sensitive data....Pages.Accept(textFragmentAbsorber);...WriteLine($"Text: {fragment.Text} | Page: {fragment.Page.Number}"); } Вихідний...

    blog.aspose.com/uk/pdf/search-in-pdf-using-csharp/
  5. كيفية البحث في PDF باستخدام C# | العثور على الن...

    ابحث عن النصوص وميزها في PDF باستخدام C#. تعلم كيفية البحث في PDF باستخدام C#، العثور على الكلمات الرئيسية، استخراج التطابقات، استخدام التعبيرات العادية، وحجب البيانات الحساسة....Pages.Accept(textFragmentAbsorber);...WriteLine($"Text: {fragment.Text} | Page: {fragment.Page.Number}"); } Output...

    blog.aspose.com/ar/pdf/search-in-pdf-using-csharp/
  6. Aspose::Words::LowCode::Splitter::ExtractPages ...

    Aspose::Words::LowCode::Splitter::ExtractPages method. Extracts a specified range of pages from a document stream and saves the extracted pages to an output stream using the specified save format in C++....Extracts a specified range of pages from a document stream and saves...saves the extracted pages to an output stream using the specified...

    reference.aspose.com/words/cpp/aspose.words.low...
  7. Add Header to PDF using PHP | Aspose.PDF

    PHP sample code to add header in PDF document on any platform....more details check the GitHub page. Add Header to PDF with PHP...properties. Add the Stamp to Page using AddStamp method. Save...

    products.aspose.com/pdf/php-java/header/
  8. PageInfo.SizeInPoints | Aspose.Words for .NET

    Discover the PageInfo SizeInPoints property to easily access your page size in points for precise layout control and enhanced design efficiency....SizeInPoints property Gets the page size in points. public SizeF...print page size and orientation information for every page in a...

    reference.aspose.com/words/net/aspose.words.ren...
  9. Arbeiten mit Seiten | C++-API-Lösung

    Wie Seiten zu einer XPS-Datei hinzugefügt werden, ist eine Frage, die von der Aspose.Page-API-Lösung für C++ beantwortet wird....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/cpp/xps/working-with-pa...
  10. ตัดไฟล์ PDF โดยใช้ Java | Aspose.PDF

    ครอบตัด PDF ใน Java โดยไม่สูญเสียคุณภาพรหัสที่มา Java เพื่อปลูกเอกสาร PDF บนแพลตฟอร์มใด ๆ...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...println ( page . getCropBox ()); System . out . println ( page . getTrimBox...

    products.aspose.com/pdf/th/java/crop/