Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 190,040 for

paged

(0.54 sec)
  1. PDF 페이지 이동|Aspose.PDF for Java

    Aspose.PDF for Java를 사용하여 원하는 위치 또는 PDF 파일의 끝으로 페이지를 이동해 보세요....dstDocument = new Document (); Page page = srcDocument . getPages ()...dstDocument . getPages (). add ( page ); // 출력 파일 저장 dstDocument ...

    docs.aspose.com/pdf/ko/java/move-pages/
  2. 移动 PDF 页面|Aspose.PDF for Java

    尝试使用 Aspose.PDF for Java 将页面移动到 PDF 文件的所需位置或末尾。...dstDocument = new Document (); Page page = srcDocument . getPages ()...dstDocument . getPages (). add ( page ); // 保存输出文件 dstDocument . save...

    docs.aspose.com/pdf/zh/java/move-pages/
  3. Features|Documentation

    Aspose.Cells for PHP via Java features....high‑fidelity rendering of spreadsheet pages. Feature Aspose.Cells for Java...Java Lay out the document into pages with high fidelity to Microsoft...

    docs.aspose.com/cells/php-java/features/
  4. Supported Document Formats|Aspose.Words for .NET

    Edit source documents in many popular formats, as well as freely convert files from one format to another using C#....Hide ] Purpose Summary This page explains which document formats...JSON format TIFF Renders a page or pages of the document and saves...

    docs.aspose.com/words/net/supported-document-fo...
  5. PDFページをプログラムで移動する C#|Aspose.PDF for .NET

    Aspose.PDF for .NETを使用して、希望の場所またはPDFファイルの最後にページを移動してみてください。... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...var page = srcDocument . Pages [ 2 ]; dstDocument . Pages . Add...

    docs.aspose.com/pdf/ja/net/move-pages/
  6. 아카이브

    아카이브...Pages.Add() 메서드를 사용하여 PDF 문서에 새 Page 를 추가하고 페이지 속성을...이미지 파일을 FileStream 객체에 로드합니다. Page.Paragraphs.Add(Image) 메서드를 사용하여...

    blog.aspose.com/ko/pdf/convert-image-to-pdf-csh...
  7. Modify the content of pdf based on header - Fre...

    Hello, Currently what we are doing: We have our data in HTML format. So we are generating pdf from html. We are using Converter.ConvertHTML from Aspose.HTML. Also, we have pdf headers and footers in HTML form. What we…...have a new ask such that each page might has different header and...for header and footer for each page. I have my logic to check height...

    forum.aspose.com/t/modify-the-content-of-pdf-ba...
  8. Аннотации безопасности с использованием Python|...

    Узнайте, как помечать текст для редактирования, применять аннотации редактирования и удалять области изображений в PDF‑файлах с использованием Aspose.PDF for Python via .NET.... pages . accept ( text_fragment_absorber...text_fragments : page = text_fragment . page annotation_rectangle...

    docs.aspose.com/pdf/ru/python-net/security-anno...
  9. Réglage des options d impression|Documentation

    Cet article montre comment définir de manière programmatique les options d impression de la mise en page de la feuille Excel à l aide de l API Aspose.Cells pour Python via .NET. Vous pouvez définir la zone d impression, les titres d impression et l ordre des pages....paramètres de configuration de page de Microsoft Excel offrent plusieurs...contrôler l’impression des pages de feuille de calcul. Comment...

    docs.aspose.com/cells/fr/python-net/setting-pri...
  10. 아카이브

    아카이브...Pages 컬렉션을 사용하여 PDF 페이지를 반복합니다. 각...생성하고 초기화합니다. PngDevice.Process(Page, Stream) 메서드를 사용하여 페이지를 PNG로...

    blog.aspose.com/ko/pdf/pdf-to-png-using-csharp/