Sort Score
Result 10 results
Languages All
Labels All
Results 6,801 - 6,810 of 140,686 for

paged

(0.09 sec)
  1. PDF 텍스트 주석|Aspose.PDF for C++

    Aspose.PDF for C++는 PDF 문서에 텍스트 주석을 추가, 가져오기 및 삭제할 수 있습니다.... Page 객체의 Annotations 컬렉션에 주석을 추가하십시오..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/ko/cpp/text-annotation/
  2. Disegna forme nei file PS | API per .NET

    Soluzione API .NET File PS, XPS ed EPS. Scopri come disegnare forme geometriche in un file PS con lo snippet di codice C# allegato....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/it/net/add-shapes-to-ps/
  3. Робота з EPS | Рішення C++ API

    Aspose.Page для C++ пропонує кілька операцій з файлами EPS. Перегляньте приклади коду тут....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/uk/cpp/working-with-eps/
  4. PDF do DOCX Scalanie przy użyciu C++ | Aspose.PDF

    Połącz dwa lub więcej dokumentów PDF w jeden plik DOCX programowo z przykładowym kodem C++ przy użyciu pliku Aspose.PDF dla C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/pl/cpp/merger/pdf-to-docx/
  5. Comment ajouter un lien hypertexte dans un PDF ...

    Ce court didacticiel explique comment ajouter un lien hypertexte dans un PDF à l'aide de C#. Il fournit une description détaillée ainsi qu'un exemple de code exécutable pour insérer un lien hypertexte dans un PDF à l'aide de C#....Page Product Family Aspose.PSD Product...et obtenez une référence à la page souhaitée Créez un objet LinkAnnotation...

    kb.aspose.com/fr/pdf/net/how-to-add-hyperlink-i...
  6. PDF 페이지 크기 프로그래밍 방식으로 변경|Aspose.PDF for PHP via...

    PHP를 사용하여 PDF 파일의 페이지 크기를 변경합니다.... Page 클래스에는 페이지 크기를 설정할 수 있는 SetPageSize(…)...getPages (); // 특정 페이지 가져오기 $page = $pageCollection -> get_Item...

    docs.aspose.com/pdf/ko/php-java/change-page-size/
  7. Ajouter un filigrane au PDF en utilisant C++|As...

    Cet article explique les fonctionnalités de travail avec les artefacts et l'obtention de filigranes dans les PDFs de manière programmatique avec le C++....artefacts sur une page particulière, la classe Page a la propriété...incluent Background, Layout, Page, Pagination et Undefined). Artifact...

    docs.aspose.com/pdf/fr/cpp/add-watermarks/
  8. Şekilleri bağlamak için Bağlantı dizinlerini ku...

    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....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/tr/java/use-connection-...
  9. Unisci da PS a PDF usando C++ | Aspose.PDF

    Combina due o più documenti PS in un singolo file PDF a livello di programmazione con codice di esempio C++ utilizzando Aspose.PDF per C++...PsLoadOptions > ()); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/it/cpp/merger/ps-to-pdf/
  10. Unisci da PDF a SVG usando C++ | Aspose.PDF

    Combina due o più documenti PDF in un singolo file SVG a livello di programmazione con codice di esempio C++ utilizzando Aspose.PDF per C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/it/cpp/merger/pdf-to-svg/