[gsl-issues] [Issue 109145] Exported PDF dont include the PlaceHolders

2010-02-11 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109145
 Issue #|109145
 Summary|Exported PDF dont include the PlaceHolders
   Component|gsl
 Version|1.0.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|kaav





--- Additional comments from k...@openoffice.org Thu Feb 11 09:09:33 + 
2010 ---
Hello,

I want to export all place holders to PDF how can I do that?

Please help me its very argent,

Thanks in advance

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 109145] Exported PDF dont include the PlaceHolders

2010-02-11 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109145





--- Additional comments from k...@openoffice.org Thu Feb 11 09:32:38 + 
2010 ---
I have template in which I copy the required contents programatically and export
it to PDF.

The template has placeholders and I replace those placeholders with my required
content and then export it to PDF.

but PDF dont include those palceholder

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 109145] Exported PDF dont include the PlaceHolders

2010-02-11 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109145





--- Additional comments from k...@openoffice.org Thu Feb 11 10:03:45 + 
2010 ---
Created an attachment (id=67742)
sample document


-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 109145] Exported PDF dont include the PlaceHolders

2010-02-11 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109145





--- Additional comments from k...@openoffice.org Thu Feb 11 10:06:18 + 
2010 ---
Hello,

I have attached Untitled 2.odt

It has From as Place holder now in my program I am 

checking whether the property is Placeholder then 

if(name.equalsIgnoreCase(From:)){
xPropertySet.setPropertyValue(PlaceHolder, 
new String(from));
}

and then exporting that file to PDF but its not working.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[sw-issues] [Issue 109145] Exported PDF dont include the PlaceHolders

2010-02-11 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109145





--- Additional comments from k...@openoffice.org Thu Feb 11 10:19:13 + 
2010 ---
Opening a file in writer only

-
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



[udk-issues] [Issue 109071] javaunohelper:

2010-02-09 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109071
 Issue #|109071
 Summary|javaunohelper: 
   Component|udk
 Version|1.0.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|documentation
 Assigned to|kr
 Reported by|kaav





--- Additional comments from k...@openoffice.org Tue Feb  9 10:30:23 + 
2010 ---
I am exporting a html file to pdf through java code using OpenOffice API, while
doing this I need to maintain some styles of the file so that the exported pdf
looks exactly as html file.

for doing this manually I am using the following way:-

In OpenOffice for applying our required format we open a file in OpenOffice and 
then
we go to* Format - Styles and Formatting* here on the first icon which is for
*Paragraph Style* at the bottom we select *HTML Styles* and then
the column just above that we select *Text Body* right click it select *Modify
*option and then setting *Indents  Spacing* tab we set *Spacing - Below 
Paragraph*
to *0.00* and On *Borders* tab *Line - Style to None. 

How to handle it through coding,

the other way I tried to create a template with my required settings and copying
contents of original html opening in openoffce and pasting in blank document and
exporting it to pdf, but with code how to copy whole text to blank file 
document.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 109071] javaunohelper:

2010-02-09 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109071


User kaav changed the following:

What|Old value |New value

  Issue type|PATCH |FEATURE

Priority|P3|P1

 Summary|javaunohelper:|javaunohelper:





-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 109071] javaunohelper:

2010-02-09 Thread kaav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109071


User kaav changed the following:

What|Old value |New value

  Issue type|FEATURE   |PATCH





-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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