Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 74,325 for

ios

(0.25 sec)
  1. SignOptions.sign_time property | Aspose.Words f...

    SignOptions.sign_time property. The date of signing... io . FileStream ( MY_DIR + 'Document...'Document.docx' , system_helper . io . FileMode . OPEN ) as stream_in...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::IDocumentProcessorPlugin interfa...

    Aspose::Words::IDocumentProcessorPlugin interface. Defines an interface for external document processor plugin in C++....Append (System::SharedPtr<System::IO::Stream>, System::SharedPtr<...Load (System::SharedPtr<System::IO::Stream>, System::SharedPtr<...

    reference.aspose.com/words/cpp/aspose.words/ido...
  3. Porting code: Object reference not set to an in...

    I am moving code from one vb website to a new vb website. Same version of vb, same aspose dll same everything. In the new project on the line: absorber.Visit(Page) I get the error “Object reference not set to an ins…...IO.File.ReadAllBytes(FullFileName)...New System.IO.MemoryStream Try stream = New System.IO.MemoryStream(pdfBytes)...

    forum.aspose.com/t/porting-code-object-referenc...
  4. Splitter.create method | Aspose.Words for Python

    Splitter.create method. Creates new instance of the splitter processor.... io . FileStream ( MY_DIR + 'Big...system_helper . io . FileMode . OPEN , system_helper . io . FileAccess...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 搜索

    搜索...tem::MakeObject<Aspose::TeX::IO::OutputConsoleTermina>()); //...tem::MakeObject<Aspose::TeX::IO::OutputConsoleTermina>()); //...

    blog.aspose.com/zh-hant/tex/convert-tex-to-pdf-...
  6. Splitter.split method | Aspose.Words for Python

    aspose.words.lowcode.Splitter.split method...split ( self , input_stream : io . BytesIO , save_format : aspose...Type Description input_stream io.BytesIO The input stream. save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convertir PDF en formats d'images|Aspose.PDF po...

    Ce sujet vous montre comment Aspose.PDF permet de convertir des PDF en divers formats d'images. Convertissez des pages PDF en images PNG, JPEG, BMP avec quelques lignes de code.... io . OutputStream outputImageFile = new java . io . FileOutputStream...java . io . OutputStream outputBinImageFile = new java . io . FileOutputStream...

    docs.aspose.com/pdf/fr/java/convert-pdf-to-imag...
  8. View PS Format Files | .NET API Solution

    Open to view PS files. C# source code to load, render and display PS documents on .NET Framework Platform, Windows, and ASP.NET Applications....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.ps" , System.IO.FileMode.Create...

    products.aspose.com/page/net/viewer/ps/
  9. XPS formátumú fájlok megtekintése | .NET Megoldás

    Nyissa meg az XPS-fájlok megtekintéséhez. C# az XPS rendereléséhez és megjelenítéséhez .NET-keretrendszer platformon, Windows és ASP.NET alkalmazásokon....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.xps" , System.IO.FileMode.Create...

    products.aspose.com/page/hu/net/viewer/xps/
  10. Ouvrir un document PDF en utilisant C++|Aspose....

    Utilisez la bibliothèque C++ pour ouvrir votre document PDF avec le prochain extrait de code par Aspose.PDF....System :: SharedPtr < System :: IO :: MemoryStream > stream ; auto...MakeObject < Document > ( System :: IO :: File :: OpenRead ( fileName...

    docs.aspose.com/pdf/fr/cpp/open-pdf-document/