Sort Score
Result 10 results
Languages All
Labels All
Results 5,501 - 5,510 of 187,690 for

page

(0.1 sec)
  1. 从XML生成PDF|Aspose.PDF for Java

    Aspose.PDF for Java提供了将XML文件转换为PDF文档的机会,要求输入的XML文件必须遵循Aspose.PDF for Java Schema。...<fo:simple-page-master master-name= "simpleA4" page-height= "29..."29.7cm" page-width= "21cm" margin-top= "2cm" margin-bottom= "2cm"...

    docs.aspose.com/pdf/zh/java/generate-pdf-from-xml/
  2. Გადაიყვანეთ Გამოსახულება GIF C++

    გადაიყვანეთ Გამოსახულება GIF C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/ka/cpp/conversion/ima...
  3. Გადაიყვანეთ Გამოსახულება PDF C++

    გადაიყვანეთ Გამოსახულება PDF C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/ka/cpp/conversion/ima...
  4. Manage Visio File Metadata via Java | products....

    View, add, edit, remove or extract Visio files metadata with just few lines of Java code...with collection of pages as well as Page class for representing...representing single Page. Along with these classes, documentproperties...

    products.aspose.com/diagram/java/metadata/
  5. Aspose::Words::Saving::FixedPageSaveOptions::se...

    Aspose::Words::Saving::FixedPageSaveOptions::set_PageSavingCallback method. Allows to control how separate Pages are saved when a document is exported to fixed Page format in C++....Allows to control how separate pages are saved when a document is...is exported to fixed page format. void Aspose :: Words :: Saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Logical Levels of Nodes in a Document|Aspose.Wo...

    In Aspose.Words for Python via .NET documentation mentioned logical levels of nodes – block level, inline level, or row level. The node level is used to describe the location in the document tree where the node is typically occur.... What is this page about? This page describes the logical...A section can define its own page size, margins, orientation,...

    docs.aspose.com/words/python-net/logical-levels...
  7. Developer Guide | Aspose.Page for Javascript vi...

    Developer Guide provides you with the necessary information you will need when working with PDLs supported by Aspose.Page API solution for Javascript via C++...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/javascript-cpp/developer-g...
  8. HMTL to PDF conversion - Free Support Forum - a...

    Hi Team, I am working on convert HTML to PDF, my issue is style are not applying from style block block. My code: foreach (string contentPart in contentParts) { Aspose.Pdf.Page Page = merge…...Page page = mergedPdfDocument.Pages.Add(); if (pageSettingData...PageSettingPdf(mergedPdfDocument, page, pageSettingData, pageIndex);...

    forum.aspose.com/t/hmtl-to-pdf-conversion/314583
  9. 跟踪文档转换进度|Documentation

    本节介绍如何使用 Aspose.Diagram 跟踪 visio 文件的转换进度。... PdfSaveOptions (); //set page saving call back options . PageSavingCallback..."Start saving diagram page index {0} of pages {1}" , args . PageIndex...

    docs.aspose.com/diagram/zh/net/track-document-c...
  10. Insert PDF pages|Aspose.PDF for .NET

    This section explains how to insert PDF Pages with Aspose.PDF Facades using PdfFileEditor class....Insert PDF pages Contents [ Hide ] Insert PDF Pages Between Two...Paths A particular range of pages can be inserted from one PDF...

    docs.aspose.com/pdf/net/insert-pdf-pages/