To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105555
                 Issue #|105555
                 Summary|Images in PDF created from HTML have wrong size.
               Component|Word processor
                 Version|OOO310m11
                Platform|Unknown
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|open-import
             Assigned to|writerneedsconfirm
             Reported by|pawo509





------- Additional comments from pawo...@openoffice.org Fri Oct  2 13:30:12 
+0000 2009 -------
I have OpenOffice 3.1 running in invisible mode (without GUI). I have HTML file
with embedded .png image file from local drive. When I open it manually in
Writer and export it into PDF, everything looks OK.

When I open it programatically by UNO and export it to PDF, images displayed in
PDF are very small. This is similar situation to issue 101917.

I am opening the HTML file in this way:

XComponent xDoc =
xComponentLoader.loadComponentFromURL("private:stream/swriter", "_blank", 0,
params);

where params (name, value) are:
"FilterName", "HTML (StarWriter)"
"Hidden",Boolean.TRUE;
"InputStream",inOO (inOO here is class containing byte[] data from source file)
"CharacterSet","UTF-8";

When I change "Hidden" to Boolean.FALSE it WORKS. All images in PDF have PROPER
size.

Is it possible to make it work without opening visible GUI?
Is it somehow connected with issue 81829?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to