Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 142,743 for

paged

(0.12 sec)
  1. PDFでのリンク注釈の使用|Aspose.PDF for .NET

    Aspose.PDF for .NETを使用すると、PDFドキュメントからリンク注釈を追加、取得、削除できます。...{ // Get first page var page = document . Pages [ 1 ]; // Define...Annotations . LinkAnnotation ( page , linkFragments [ 1 ]. Rectangle...

    docs.aspose.com/pdf/ja/net/link-annotations/
  2. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/zh/net/create-form/
  3. AcroForm 생성 - C#에서 작성 가능한 PDF 만들기|Aspose.PDF fo...

    Aspose.PDF for .NET을 사용하여 PDF 파일에서 처음부터 양식을 생성할 수 있습니다....{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/ko/net/create-form/
  4. تنسيق النص داخل PDF|Aspose.PDF for Java

    توضح هذه الصفحة كيفية تنسيق النص داخل ملف PDF الخاص بك. هناك إضافة مسافة بادئة للسطر، إضافة حدود للنص، إضافة نص مسطر، إضافة إطار حول النص المضاف، محاذاة النص لمحتويات الصندوق العائم إلخ....document = new Document (); Page page = document . getPages ()....setFormattingOptions ( textOptions ); page . getParagraphs (). add ( text...

    docs.aspose.com/pdf/ar/java/text-formatting-ins...
  5. Aspose.PDF for C++

    Este tópico mostra como o Aspose.PDF permite converter outros formatos de arquivo para documento PDF....coleção Pages do Document auto page = document -> get_Pages () ->...TextFragment auto paragraphs = page -> get_Paragraphs (); paragraphs...

    docs.aspose.com/pdf/pt/cpp/convert-other-files-...
  6. كيفية إنشاء ملف PDF باستخدام بايثون|Aspose.PDF ...

    إنشاء وتنسيق مستند PDF باستخدام Aspose.PDF لبايثون عبر .NET....Document إضافة كائن Page إلى مجموعة pages لكائن Document إضافة...Document () # إضافة صفحة page = document . pages . add () # إضافة نص...

    docs.aspose.com/pdf/ar/python-net/create-pdf-do...
  7. PHP'de Visio Sayfa Bilgisini Alın|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....vsd" ); # page = diagram.getPages().getPage(page_id) $page = $diagram...getPage ( 0 ); print "Page ID : " . $page -> getName () . PHP_EOL...

    docs.aspose.com/diagram/tr/java/retrieve-visio-...
  8. Rufen Sie Visio-Seiteninformationen in PHP ab|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....vsd" ); # page = diagram.getPages().getPage(page_id) $page = $diagram...getPage ( 0 ); print "Page ID : " . $page -> getName () . PHP_EOL...

    docs.aspose.com/diagram/de/java/retrieve-visio-...
  9. Obtenir et rechercher des images dans un PDF|As...

    Apprenez à rechercher et extraire des images d'un document PDF en Java en utilisant Aspose.PDF pour la récupération de médias....parmi les images sur toutes les pages d’un document PDF. Le code suivant...méthode Accept de la collection Pages. La méthode Accept prend un...

    docs.aspose.com/pdf/fr/net/search-and-get-image...
  10. XML to BMP Converter using C# | Aspose.PDF

    Sample code for XML to BMP C# conversion. Use API example code for batch XML files to BMP conversion within VB.NET, ASP.NET, or any .NET-based application...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/net/conversion/xml-to-bmp/