{"id":19827783,"url":"https://github.com/sandysanthosh/aspose-doc-to-pdf","last_synced_at":"2026-06-04T20:31:05.999Z","repository":{"id":107708713,"uuid":"116291809","full_name":"sandysanthosh/ASPOSE-DOC-TO-PDF","owner":"sandysanthosh","description":"Document \u0026 Browser object model","archived":false,"fork":false,"pushed_at":"2020-05-20T13:11:01.000Z","size":13825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-28T20:58:03.852Z","etag":null,"topics":["aspose","build","data","doc","java","pdf"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandysanthosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-04T18:08:09.000Z","updated_at":"2020-10-01T14:51:28.000Z","dependencies_parsed_at":"2023-06-08T20:00:38.018Z","dependency_job_id":null,"html_url":"https://github.com/sandysanthosh/ASPOSE-DOC-TO-PDF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sandysanthosh/ASPOSE-DOC-TO-PDF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FASPOSE-DOC-TO-PDF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FASPOSE-DOC-TO-PDF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FASPOSE-DOC-TO-PDF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FASPOSE-DOC-TO-PDF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandysanthosh","download_url":"https://codeload.github.com/sandysanthosh/ASPOSE-DOC-TO-PDF/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FASPOSE-DOC-TO-PDF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33917202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspose","build","data","doc","java","pdf"],"created_at":"2024-11-12T11:14:05.742Z","updated_at":"2026-06-04T20:31:05.994Z","avatar_url":"https://github.com/sandysanthosh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aspose DOC TO PDF TO XML TO HTML\n\n\n  ## Document to PDF:\n\n            public class test\n            {\n            public static void main(String args[]) throws Exception{\n\n            Doument doc = new Document(\"X:\\\\W TUTORIALS\\\\DOCUMENT\\\\DOCUMENT.doc\");\n\n            doc.save(\"X:\\\\W TUTORIALS\\\\DOCUMENT\\\\pdfDOCUMENT.pdf\");\n            \n            doc.save(\"X:\\\\W TUTORIALS\\\\DOCUMENT\\\\pdfDOCUMENT.pdf\",SaveFormat.TEXT);\n\n            }\n\n            }\n            \n            \n### To Render only a first Page:\n\n           public class test\n                {\n                public static void main(String args[]) throws Exception{\n\n                Doument doc = new Document(\"X:\\\\W TUTORIALS\\\\DOCUMENT\\\\DOCUMENT.doc\");\n\n                PdfSaveOptions saveoptions = new PdfSaveOptions();\n\n                saveoptions.setPageIndex(0);   // defines the first page to start savings\n\n                saveoptions.setPageCount(1);   //saves only first page\n\n                doc.save(\"X:\\\\W TUTORIALS\\\\DOCUMENT\\\\pdfDOCUMENT.pdf\");\n\n                doc.save(\"X:\\\\W TUTORIALS\\\\DOCUMENT\\\\pdfDOCUMENT.pdf\",SaveFormat.TEXT);\n\n                }\n\n                }\n                \n## Document to PDF,TXT:\n\n        Document doc = new Document(\"F:\\\\starwalt\\\\ava aspose jars\\\\tt.doc\");\n\n          doc.save(\"F:\\\\starwalt\\\\ava aspose jars\\\\testydf.pdf\");\n\n          doc.save(\"F:\\\\starwalt\\\\ava aspose jars\\\\tt.txt\", SaveFormat.TEXT);\n\n            \n ## SaveFormat :\n \n                DOC\n                DOM\n                DOCX\n                DOT\n                DOTM\n                DOTX\n                EPUB\n                FLAT_OPC\n                HTML\n                MHTML\n                OTT\n                RTF\n                PDF\n                TEXT\n                WORD_ML\n                XAML_FIXED\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandysanthosh%2Faspose-doc-to-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandysanthosh%2Faspose-doc-to-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandysanthosh%2Faspose-doc-to-pdf/lists"}