Sort Score
Result 10 results
Languages All
Labels All
Results 9,211 - 9,220 of 187,316 for

paged

(0.3 sec)
  1. Rotacionar Texto Dentro do PDF usando C#|Aspose...

    Aprenda como rotacionar texto dentro de arquivos PDF em .NET usando Aspose.PDF para ajustar o alinhamento do texto e melhorar a apresentação....Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/pt/net/rotate-text-inside-pdf/
  2. Agrupar, convertir y verificar formas|Documenta...

    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....vsdx" ); // get page by name Page page = diagram . getPages...getPages (). getPage ( "Page-3" ); // Initialize an array of shapes...

    docs.aspose.com/diagram/es/java/group-convert-a...
  3. ค้นหา

    ค้นหา...Page for C++ เป็นไลบรารี C++ สำห...ดาวน์โหลด PM> Install-Package Aspose.Page.Cpp แปลงไฟล์ PostScript EPS/PS...

    blog.aspose.com/th/page/convert-postscript-eps-...
  4. Travailler avec des motifs de hachures dans Pos...

    Comment ajouter un motif de hachures au fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en C++...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/fr/cpp/ps/working-with-hat...
  5. Aspose.PDF on Linux - Free Support Forum - aspo...

    Hello, I spent a lot of time trying to use the Aspose.PDF library on a .net environment which runs unit tests on Ubuntu VM. We followed the instructions mentioned here (How to Install Aspose.PDF for .NET|Aspose.PDF for …...are added on page level foreach (var p in doc.Pages) { p.Actions...new Document(); // Add page doc.Pages.Add(); JavascriptAction...

    forum.aspose.com/t/aspose-pdf-on-linux/266826
  6. Licensing | Aspose.Note Documentation

    A free evaluation version of Aspose.Note for .NET (a .NET API to interact with Microsoft Office OneNote programmatically without the software being installed on the server) can be downloaded from the downloads section of Aspose’s web site....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/fr/net/licensing/
  7. C++でPDFにページを追加|Aspose.PDF for C++

    この記事では、PDFファイルの任意の場所にページを挿入(追加)する方法を説明します。C++を使用してPDFファイルからページを移動、削除(削除)する方法を学びます。...page_collection)コレクションの[Insert](https://reference...com/pdf/cpp/class/aspose.pdf.page_collection#a1fb1fe44df4d325df5a)メソッドを呼び出します。...

    docs.aspose.com/pdf/ja/cpp/add-pages/
  8. PDFの個々のページの編集|Aspose.PDF for .NET

    このセクションでは、PdfPageEditorクラスを使用してPDFの個々のページを編集する方法を説明します。...array of pages which need to be manipulated (pages can be multiple...here we have specified only one page) pdfPageEditor . ProcessPages...

    docs.aspose.com/pdf/ja/net/editing-a-pdf-s-indi...
  9. 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/
  10. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...insertField("PAGE", ""); // 奇数页页码在右侧 builder....RIGHT); builder.insertField("PAGE", ""); builder.moveToDocumentEnd();...

    forum.aspose.com/t/topic/315401