Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 185,570 for

page

(0.29 sec)
  1. Convert DOC To PDF C++

    Convert DOC to PDF format in C++ code. Save DOC as PDF using 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/cpp/conversion/doc-to...
  2. Convert DOC To TXT C++

    Convert DOC to TXT format in C++ code. Save DOC as TXT using 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/cpp/conversion/doc-to...
  3. Convert JPG To DOC C#

    Convert JPG to DOC format in C# code. Save JPG as DOC using C#....doc); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.doc", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  4. Convert Image To SVG C#

    Convert Image to SVG format in C# code. Save Image as SVG using C#....svg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.svg", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  5. Convert WORD To PDF C++

    Convert a Word document to PDF format in C++ code. Save a Word document as PDF using 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/cpp/conversion/word-t...
  6. Convert WORD To HTML C#

    Convert a Word document to HTML format in C# code. Save a Word document as HTML using C#....html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  7. Convert Image To PNG C#

    Convert Image to PNG format in C# code. Save Image as PNG using C#....png); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.png", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  8. Aspose PDF (Java): Converting Document to pdf c...

    Hi Team, We are generating document using aspose java and once we generated the document we are saving same document as pdf but for one scenario the column which we appended for table is showing wrongly in pdf but in wo…...like my word document have 5 pages and after saving into pdf when...when i open pdf it have 5 pages but content is same only one line...

    forum.aspose.com/t/aspose-pdf-java-converting-d...
  9. Aspose::Words::Fields::FieldToa::get_UsePassim ...

    Aspose::Words::Fields::FieldToa::get_UsePassim method. Gets whether to replace five or more different Page references to the same authority with "passim", which is used to indicate that a word or passage occurs frequently in the work cited in C++....replace five or more different page references to the same authority...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Aspose::Words::Saving::SaveOptions::get_UpdateF...

    Aspose::Words::Saving::SaveOptions::get_UpdateFields method. Gets a value determining if fields of certain types should be updated before saving the document to a fixed Page format. Default value for this property is true in C++....saving the document to a fixed page format. Default value for this...

    reference.aspose.com/words/cpp/aspose.words.sav...