Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 140,592 for

paged

(0.07 sec)
  1. Group, Convert and Verify Shapes|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....Visio shapes from the page and customize page setting according to...Get a particular page. Remove the background page. Build a hash...

    docs.aspose.com/diagram/java/group-convert-and-...
  2. Модифікації сторінки XPS на основі подій | .NET

    Дізнайтеся, як вносити повторювані зміни в усі вихідні сторінки під час перетворення файлу XPS за допомогою API Aspose.Page для .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/uk/net/xps/event-based-mod...
  3. Formato de Texto dentro de PDF usando Python|As...

    Esta página explica cómo formatear texto dentro de su archivo PDF. Hay adición de sangría de línea, adición de borde de texto, adición de texto subrayado, etc.... Page page = document . Pages . Add (); string...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text );...

    docs.aspose.com/pdf/es/python-net/text-formatti...
  4. C#でPDFページサイズを変更する|Aspose.PDF for .NET

    Aspose.PDF for .NETライブラリを使用してPDFドキュメントのページサイズを変更します。... Page クラスには、ページサイズを設定するSetPageSiz...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/ja/net/change-page-size/
  5. Convertissez SVG en image, JPG, PNG, BMP, TIFF ...

    Découvrez les scénarios de conversion SVG en image pris en charge et comment les exécuter en Python. Vous trouverez des exemples de code Python et un convertisseur SVG en ligne...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/svg/fr/python-net/convert-svg-t...
  6. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new page range object....PageRange(from_address, to) Creates a new page range object. def __init__ (...starting page zero-based index. to int The ending page zero-based...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Verschiedene Kopf und Fußzeilen für verschieden...

    Dieser Artikel liefert Beispielcode, der zeigt, wie Sie die verschiedenen Kopf und Fußzeilen der Excel Page Setup Einstellungen programmgesteuert mit der C++ Bibliothek und API festlegen können. Sie können die Kopf und Fußzeilen für die erste Seite, ungerade Seiten und gerade Seiten einstellen....// Get the first worksheet's page setup PageSetup pageSetup =...different headers for odd and even pages pageSetup . SetIsHFDiffOddEven...

    docs.aspose.com/cells/de/cpp/setting-different-...
  8. Ställa in olika rubriker och fotnoter för olika...

    Denna artikel ger exempel på hur man programmässigt kan ställa in olika rubriker och fotnoter i Excel arbetsblads sidsetup med C++ biblioteket och API. Du kan ställa in rubriker och fotnoter för första sidan, udda sidor och jämna sidor....// Get the first worksheet's page setup PageSetup pageSetup =...different headers for odd and even pages pageSetup . SetIsHFDiffOddEven...

    docs.aspose.com/cells/sv/cpp/setting-different-...
  9. FootnotePosition enumeration | Aspose.Words for...

    aspose.words.notes.FootnotePosition enumeration. Defines the footnote position....BOTTOM_OF_PAGE Footnotes are output at the bottom of each page. BENEATH_TEXT...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Dividir PDF programaticamente|Aspose.PDF for C++

    Este tópico mostra como dividir páginas de PDF em arquivos PDF individuais com C++....objeto Documento e copie o objeto Page individual para o documento...páginas for ( auto page : document -> get_Pages ()) { auto newDocument...

    docs.aspose.com/pdf/pt/cpp/split-pdf-document/