Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,502 for

stamp

(0.09 sec)
  1. リストスタンプ|Aspose.PDF for Python via .NET

    次の使用例は、PDF を読み込み、1 ページ目からすべてのスタンプを取得して印刷し、スタンプが見つからない場合はメッセージを表示します。...‘get_stamps () ‘メソッドを使うと、特定のページに置かれたすべ...initialize_data_dir def list_stamps ( infile ): # Create PdfContentEditor...

    docs.aspose.com/pdf/ja/python-net/list-stamps/
  2. Gérer le tampon par ID|Aspose.PDF for Python vi...

    Comment manipuler les annotations de tampons en caoutchouc dans un PDF par leurs ID uniques en utilisant Aspose.PDF pour Python...méthodes ‘hide_stamp_by_id()’ et ‘show_stamp_by_id()’ permettent...initialize_data_dir def manage_stamp_by_id ( infile , outfile ):...

    docs.aspose.com/pdf/fr/python-net/manage-stamp-...
  3. スタンプをグローバルに削除|Aspose.PDF for Python via .NET

    この例は、Facades API 経由で Aspose.PDF for Python を使用して、PDF 内のすべてのページでラバースタンプの注釈をグローバルに削除する方法を示しています。個々のページを指定せずに ID ごとにスタンプを削除する方法を示しています。...‘delete_stamp_by_id () ‘メソッドと ‘delete_stamp_by_ids ()’ メ...initialize_data_dir def delete_stamps_globally ( infile , outfile...

    docs.aspose.com/pdf/ja/python-net/delete-stamps...
  4. Pindahkan Stempel Berdasarkan ID|Aspose.PDF for...

    Dalam contoh ini, sebuah stempel karet ditambahkan ke halaman 1 dan kemudian dipindahkan ke posisi baru menggunakan ID-nya sebelum menyimpan dokumen yang diperbarui.... Metode ‘move_stamp_by_id()’ memungkinkan Anda memindahkan...initialize_data_dir def move_stamp_by_id_example ( infile , outfile...

    docs.aspose.com/pdf/id/python-net/move-stamp-by...
  5. Mover sello por ID|Aspose.PDF for Python via .NET

    En este ejemplo, se agrega un sello de goma a la página 1 y luego se mueve a una nueva posición usando su ID antes de guardar el documento actualizado.... El método ‘move_stamp_by_id()’ le permite reubicar...initialize_data_dir def move_stamp_by_id_example ( infile , outfile...

    docs.aspose.com/pdf/es/python-net/move-stamp-by...
  6. Hapus Stempel Berdasarkan ID|Aspose.PDF for Pyt...

    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....akan dihapus: ‘delete_stamp_by_id(stamp_id, page_number)’ – menghapus...tertentu ‘delete_stamp_by_ids(page_number, stamp_ids)’ – menghapus...

    docs.aspose.com/pdf/id/python-net/delete-stamp-...
  7. حذف الختم حسب المعرف|Aspose.PDF for Python via ...

    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....تريد إزالتها: ‘delete_stamp_by_id (stamp_id, page_number) ‘- يحذف...معينة ‘delete_stamp_by_ids (page_number, stamp_ids) ‘- تحذف عدة...

    docs.aspose.com/pdf/ar/python-net/delete-stamp-...
  8. Gerenciar Carimbo por ID|Aspose.PDF for Python ...

    Como manipular anotações de carimbo de borracha em um PDF pelos seus IDs exclusivos usando Aspose.PDF for Python...Os métodos ‘hide_stamp_by_id()’ e ‘show_stamp_by_id()’ permitem...initialize_data_dir def manage_stamp_by_id ( infile , outfile ):...

    docs.aspose.com/pdf/pt/python-net/manage-stamp-...
  9. Aggiungere numeri Bates a PDF usando Java

    Fare riferimento a questo articolo per aggiungere numeri Bates a PDF usando Java. Contiene dettagli per impostare l'IDE, un elenco di passaggi e un codice di esempio per aggiungere il timbro Bates a PDF usando Java....code to add a Bates numbering stamp using Java. You will receive...a text stamp using the string above and set the stamp formatting...

    kb.aspose.com/it/pdf/java/add-bates-numbers-to-...
  10. PDF 페이지 스탬프 추가|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 워터마크 또는 브랜딩을 위해 텍스트 및 이미지를 포함하여 .NET에서 PDF 페이지에 스탬프를 추가하는 방법을 알아보세요....PdfFileStamp 및 Stamp 클래스의 객체를 생성해야 합니다. 또한 Stamp 클래스의 PdfFileStamp...사용하여 PDF 페이지 스탬프를 생성해야 합니다. Stamp 객체를 사용하여 원점, 회전, 배경 등의 다른 속성도...

    docs.aspose.com/pdf/ko/net/add-pdf-page-stamp/