Sort Score
Result 10 results
Languages All
Labels All
Results 9,781 - 9,790 of 188,023 for

paged

(0.3 sec)
  1. PDF to PDFA Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF/A document In loop: add...

    products.aspose.com/pdf/cpp/merger/pdf-to-pdfa/
  2. Obróć interfejs API PDF | Aspose.PDF

    Obróć strony PDF za pomocą .NET, .NET Core, Java, C++ i Android.... GetDataDir_AsposePdf_Pages (); Document doc = new Document...pdf" ); foreach ( Page page in doc . Pages ) { Aspose . Pdf ...

    products.aspose.com/pdf/pl/rotate/
  3. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the C# API or .NET Library....in Page Layout view, Print Preview, and on printed pages. You...You can also use the Page Setup dialog box if you want to view...

    docs.aspose.com/cells/net/get-headers-or-footers/
  4. PageSetup.top_margin property | Aspose.Words fo...

    PageSetup.top_margin property. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text....between the top edge of the page and the top boundary of the...DocumentBuilder ( doc = doc ) builder . page_setup . paper_size = aw . PaperSize...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen.... pages [ 1 ], ap . Rectangle ( 300... 770 , True ) ) document . pages [ 1 ] . annotations . append...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  6. Fitur Lanjutan|Aspose.PDF for .NET

    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....NET private void Page_Load ( object sender , EventArgs...Add Page in Pages Collection var page = document . Pages . Add...

    docs.aspose.com/pdf/id/net/advanced-features/
  7. Total for Java, aspose-cells 25.9, the result ....

    Total for Java, aspose-cells 25.9, the result .pdf lacks a “logical table” in source .xlsx The file is very weird to me. I’ll attach bot the source and the target file (of the conversion)....from template file in MS Excel(Page Layout → Print Area ->Clear...<File Version="1.7" Name="" Pages="3"> <Security/> <Catalog/>...

    forum.aspose.com/t/total-for-java-aspose-cells-...
  8. Formatação de Texto dentro do PDF|Aspose.PDF pa...

    Esta página explica como formatar texto dentro do seu arquivo PDF. Há adição de recuo de linha, adição de borda de texto, adição de sublinhado, adição de uma borda ao redor do texto adicionado, alinhamento de texto para conteúdos de caixa flutuante, etc....document = new Document (); Page page = document . getPages ()....setFormattingOptions ( textOptions ); page . getParagraphs (). add ( text...

    docs.aspose.com/pdf/pt/java/text-formatting-ins...
  9. EOT Fonts Knowledge Base

    EOT fonts. Once crucial for web typography, now less relevant due to browser evolution. Explore their history and changing role in web design....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/net/what-is-font/eot-font/
  10. 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/ja/net/create-form/